Updated service execution paths. They might be close to correct now.
This commit is contained in:
parent
73149f9698
commit
4f0d2a07ae
@ -8,7 +8,7 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>/usr/local/bin/python-tool</string>
|
<string>/usr/local/bin/python-tool</string>
|
||||||
<string>-c</string>
|
<string>-c</string>
|
||||||
<string>/Users/cronocide/.config/python-tool/config.yml</string>
|
<string>/Users/cronocide/.config/python-tool.yml</string>
|
||||||
</array>
|
</array>
|
||||||
<key>KeepAlive</key>
|
<key>KeepAlive</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -5,8 +5,8 @@ After=multi-user.target
|
|||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/etc/python-tool
|
WorkingDirectory=/usr/local/
|
||||||
ExecStart=/etc/python-tool/bin/python-tool
|
ExecStart=/usr/local/bin/python-tool
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=python-tool
|
SyslogIdentifier=python-tool
|
||||||
|
Loading…
Reference in New Issue
Block a user