12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
[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
|