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.

12 lines
281 B

  1. {% from 'common.jinja2' import app_dir, bin_dir -%}
  2. [Unit]
  3. Description=Webassets - auto-compile JS files on change
  4. [Service]
  5. WorkingDirectory={{ app_dir }}
  6. ExecStart={{ bin_dir }}/webassets -c webassets.yaml watch
  7. Restart=always
  8. RestartSec=5
  9. [Install]
  10. WantedBy=multi-user.target