Service file

This commit is contained in:
notplants 2022-03-15 18:54:04 -06:00
parent b3e757af88
commit cf00a05daf
1 changed files with 13 additions and 0 deletions

13
dll-digigarden.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=An http API to create dynamic-dns configurations for bind9.
[Service]
Type=simple
User=peach-dyndns
Group=bind
WorkingDirectory=/srv/dll-digigarden-form
ExecStart=/srv/dll-digigarden-form/dll-digigarden/bin/python /srv/dll-digigarden-form/main.py
Restart=always
[Install]
WantedBy=multi-user.target