commit | 032b7884c823e6e910d63bbf213509a23750805d | [log] [tgz] |
---|---|---|
author | Daniel Gruno <humbedooh@apache.org> | Sun Apr 03 22:39:06 2022 +0200 |
committer | GitHub <noreply@github.com> | Sun Apr 03 22:39:06 2022 +0200 |
tree | d24587ef128c551cb99513a6f715a34f06868a67 | |
parent | 7fa0ba51c3d24584482d503fbe2f80bb908511d7 [diff] |
Enable as a service
diff --git a/pipservice-boxer.service b/pipservice-boxer.service index 58e0a32..d64ffec 100644 --- a/pipservice-boxer.service +++ b/pipservice-boxer.service
@@ -4,7 +4,7 @@ [Service] Type=simple WorkingDirectory=/opt/boxer/server -#ExecStart=/usr/local/bin/pipenv run python3 main.py --config /opt/boxer/boxer.yaml +ExecStart=/usr/local/bin/pipenv run python3 main.py --config /opt/boxer/boxer.yaml Restart=always User=www-data Group=www-data