mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-20 20:23:19 +02:00
18 lines
345 B
Plaintext
18 lines
345 B
Plaintext
![]() |
[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
|