Skip to content

Commit

Permalink
Create supervisord.service
Browse files Browse the repository at this point in the history
  • Loading branch information
4quarks committed May 23, 2024
1 parent c7521a5 commit 5ce07fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions files/configuration/pdnssoccli/supervisord.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Unit]
Description=Supervisor daemon
Documentation=http://supervisord.org
After=network.target

[Service]
ExecStart=/usr/local/bin/supervisord -c /etc/pdnssoccli/supervisord.conf
ExecReload=/usr/local/bin/supervisorctl reload
KillMode=process
Restart=on-failure
User=dnscollector

[Install]
WantedBy=multi-user.target

0 comments on commit 5ce07fc

Please sign in to comment.