Updated service execution paths. They might be close to correct now.

This commit is contained in:
Daniel Dayley 2021-07-25 18:56:53 -06:00
parent 73149f9698
commit 4f0d2a07ae
2 changed files with 3 additions and 3 deletions

View File

@ -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/>

View File

@ -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