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
278 B

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