We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d040f9 commit 18a91ebCopy full SHA for 18a91eb
pythonms.service
@@ -3,7 +3,7 @@ Description=Python subservices manager
3
Documentation=
4
5
[Service]
6
-ExecStart=/usr/bin/pythonms > /var/log/pythonms.log
+ExecStart=/bin/sh -c '/usr/bin/pythonms > /var/log/pythonms.log 2>&1'
7
Restart=on-failure
8
SuccessExitStatus=3 4
9
RestartForceExitStatus=3 4
0 commit comments