summaryrefslogtreecommitdiffstats
path: root/platforms/linux/initfiles/systemd/git-auto-deploy.service
blob: c73ff6c3bbc2b71e206341850b26a08094a155ad (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=GitAutoDeploy

[Service]
User=www-data
Group=www-data
WorkingDirectory=/opt/Git-Auto-Deploy/
ExecStart=/usr/bin/python /opt/Git-Auto-Deploy/gitautodeploy --daemon-mode

[Install]
WantedBy=multi-user.target