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
345 B
17 lines
345 B
[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
|
|
|