diff options
author | Oliver Poignant <oliver@poignant.se> | 2017-01-03 21:18:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-03 21:18:54 +0100 |
commit | d0c3f84a9be3f9ca4b2fbf63edf5951d3be1ea65 (patch) | |
tree | 93ea57bc3064fd10d37b9b8d3db07a91b57c499a /platforms/linux/initfiles/systemd/git-auto-deploy.service | |
parent | 4d1d57104e2f3ab4dd4bd411a482e0f19565a433 (diff) | |
parent | f48093c4415c04b070886c19bdc2fcc7c12fcbd0 (diff) | |
download | Git-Auto-Deploy-d0c3f84a9be3f9ca4b2fbf63edf5951d3be1ea65.zip Git-Auto-Deploy-d0c3f84a9be3f9ca4b2fbf63edf5951d3be1ea65.tar.gz Git-Auto-Deploy-d0c3f84a9be3f9ca4b2fbf63edf5951d3be1ea65.tar.bz2 |
Merge pull request #159 from olipo186/python3
Refactoring and python 3 support
Diffstat (limited to 'platforms/linux/initfiles/systemd/git-auto-deploy.service')
-rw-r--r-- | platforms/linux/initfiles/systemd/git-auto-deploy.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/linux/initfiles/systemd/git-auto-deploy.service b/platforms/linux/initfiles/systemd/git-auto-deploy.service index c73ff6c..1dd2ff0 100644 --- a/platforms/linux/initfiles/systemd/git-auto-deploy.service +++ b/platforms/linux/initfiles/systemd/git-auto-deploy.service @@ -5,7 +5,7 @@ Description=GitAutoDeploy User=www-data Group=www-data WorkingDirectory=/opt/Git-Auto-Deploy/ -ExecStart=/usr/bin/python /opt/Git-Auto-Deploy/gitautodeploy --daemon-mode +ExecStart=/usr/bin/python -m /opt/Git-Auto-Deploy/gitautodeploy --daemon-mode [Install] WantedBy=multi-user.target |