mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
352 B
13 lines
352 B
{% from 'common.jinja2' import app_dir, bin_dir -%}
|
|
[Unit]
|
|
Description=Boussole - auto-compile SCSS files on change
|
|
|
|
[Service]
|
|
WorkingDirectory={{ app_dir }}
|
|
Environment="LC_ALL=C.UTF-8" "LANG=C.UTF-8"
|
|
ExecStart={{ bin_dir }}/boussole watch --backend=yaml --config=boussole.yaml --poll
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|