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.
14 lines
363 B
14 lines
363 B
[Unit]
|
|
Description=Boussole - auto-compile SCSS files on change
|
|
|
|
[Service]
|
|
User={{ app_username }}
|
|
Group={{ app_username }}
|
|
WorkingDirectory={{ app_dir }}
|
|
Environment="LC_ALL=C.UTF-8" "LANG=C.UTF-8"
|
|
ExecStart={{ boussole_venv_dir }}/bin/boussole watch --backend=yaml --config=boussole.yaml --poll
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|