diff --git a/contrib/systemd/deploy.serice b/contrib/systemd/deploy.serice new file mode 100644 index 0000000..5b8fe64 --- /dev/null +++ b/contrib/systemd/deploy.serice @@ -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