mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-08 07:25:14 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
17
roles/unmaintained/bounca/templates/bounca.service.j2
Normal file
17
roles/unmaintained/bounca/templates/bounca.service.j2
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=BounCA PKI Daemon
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
Environment=PYTHONPATH=/usr/bin/python34
|
||||
ExecStart=/usr/sbin/uwsgi --ini /etc/bounca/uwsgi.ini
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
User={{ bounca_user }}
|
||||
Group={{ bounca_user }}
|
||||
KillSignal=SIGINT
|
||||
Restart=always
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user