1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/archweb/templates/archweb-reporead.service.j2
Giancarlo Razzolini c4ffbab40c
roles/archweb: Change the services to be templates and also split their installation.
roles/archweb: Memcached service.
roles/postgresql: Initial work on SSL support.
2016-12-27 14:37:29 -02:00

14 lines
250 B
Django/Jinja

[Unit]
Description=archweb reporead
After=network.target
[Service]
User=archweb
WorkingDirectory={{ archweb_dir }}
ExecStart={{ archweb_dir }}/env/bin/python manage.py reporead_inotify
Restart=on-failure
Nice=5
[Install]
WantedBy=multi-user.target