[fix] systemd service
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jay 2021-06-15 00:20:36 +08:00
parent d894b1861e
commit 1544dfc59e
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
Description=Auto Deploy Service
[Service]
Type=sample
Type=simple
User=root
WorkingDirectory=/etc/auto-deploy-service
ExecStart=/usr/local/bin/deploy
Restart=always