[feat] add service file
This commit is contained in:
parent
3c5c6019c3
commit
869354fd73
11
contrib/systemd/deploy.serice
Normal file
11
contrib/systemd/deploy.serice
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Auto Deploy Service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=sample
|
||||||
|
WorkingDirectory=/etc/auto-deploy-service
|
||||||
|
ExecStart=/usr/local/bin/deploy
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user