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

  1. [Unit]
  2. Description=Boussole - auto-compile SCSS files on change
  3. [Service]
  4. User={{ app_username }}
  5. Group={{ app_username }}
  6. WorkingDirectory={{ app_dir }}
  7. Environment="LC_ALL=C.UTF-8" "LANG=C.UTF-8"
  8. ExecStart={{ boussole_venv_dir }}/bin/boussole watch --backend=yaml --config=boussole.yaml --poll
  9. Restart=always
  10. RestartSec=5
  11. [Install]
  12. WantedBy=multi-user.target