use correct config file

This commit is contained in:
AJ ONeal 2018-06-11 15:09:20 -06:00
parent d490ca7e4a
commit 23c40878e0
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<string>/opt/telebit/bin/telebitd.js</string>
<string>daemon</string>
<string>--config</string>
<string>/opt/telebit/etc/telebit.yml</string>
<string>/opt/telebit/etc/telebitd.yml</string>
</array>
<key>EnvironmentVariables</key>
<dict>

View File

@ -24,7 +24,7 @@ Group=telebit
WorkingDirectory=/opt/telebit
# custom directory cannot be set and will be the place where this exists, not the working directory
ExecStart=/opt/telebit/bin/node /opt/telebit/bin/telebitd.js daemon --config /opt/telebit/etc/telebit.yml
ExecStart=/opt/telebit/bin/node /opt/telebit/bin/telebitd.js daemon --config /opt/telebit/etc/telebitd.yml
ExecReload=/bin/kill -USR1 $MAINPID
# Limit the number of file descriptors and processes; see `man systemd.exec` for more limit settings.