[feat] add service file

This commit is contained in:
Jay 2021-06-14 13:35:12 +08:00
parent 3c5c6019c3
commit 869354fd73
1 changed files with 11 additions and 0 deletions

View 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