Skip to content

Commit 18a91eb

Browse files
committed
Updated service to store log
1 parent 4d040f9 commit 18a91eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonms.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description=Python subservices manager
33
Documentation=
44

55
[Service]
6-
ExecStart=/usr/bin/pythonms > /var/log/pythonms.log
6+
ExecStart=/bin/sh -c '/usr/bin/pythonms > /var/log/pythonms.log 2>&1'
77
Restart=on-failure
88
SuccessExitStatus=3 4
99
RestartForceExitStatus=3 4

0 commit comments

Comments
 (0)