auto-deploy-service/contrib/systemd/deploy.service

13 lines
199 B
SYSTEMD
Raw Permalink Normal View History

2021-06-14 05:35:12 +00:00
[Unit]
Description=Auto Deploy Service
[Service]
2021-06-14 16:20:36 +00:00
Type=simple
User=root
2021-06-14 05:35:12 +00:00
WorkingDirectory=/etc/auto-deploy-service
ExecStart=/usr/local/bin/deploy
Restart=always
[Install]
WantedBy=multi-user.target