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.
17 lines
378 B
17 lines
378 B
{% from 'common.jinja2' import app_dir, bin_dir %}
|
|
|
|
/etc/systemd/system/webassets.service:
|
|
file.managed:
|
|
- source: salt://webassets.service.jinja2
|
|
- template: jinja
|
|
- user: root
|
|
- group: root
|
|
- mode: 644
|
|
- require_in:
|
|
- service: webassets.service
|
|
|
|
webassets.service:
|
|
service.running:
|
|
- enable: True
|
|
- require:
|
|
- pip: pip-installs
|