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>
|
||||
<string>/usr/local/bin/python-tool</string>
|
||||
<string>-c</string>
|
||||
<string>/Users/cronocide/.config/python-tool/config.yml</string>
|
||||
<string>/Users/cronocide/.config/python-tool.yml</string>
|
||||
</array>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
|
@ -5,8 +5,8 @@ After=multi-user.target
|
||||
[Service]
|
||||
Restart=always
|
||||
Type=simple
|
||||
WorkingDirectory=/etc/python-tool
|
||||
ExecStart=/etc/python-tool/bin/python-tool
|
||||
WorkingDirectory=/usr/local/
|
||||
ExecStart=/usr/local/bin/python-tool
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=python-tool
|
||||
|
Loading…
Reference in New Issue
Block a user