use correct config file
This commit is contained in:
parent
d490ca7e4a
commit
23c40878e0
|
@ -10,7 +10,7 @@
|
||||||
<string>/opt/telebit/bin/telebitd.js</string>
|
<string>/opt/telebit/bin/telebitd.js</string>
|
||||||
<string>daemon</string>
|
<string>daemon</string>
|
||||||
<string>--config</string>
|
<string>--config</string>
|
||||||
<string>/opt/telebit/etc/telebit.yml</string>
|
<string>/opt/telebit/etc/telebitd.yml</string>
|
||||||
</array>
|
</array>
|
||||||
<key>EnvironmentVariables</key>
|
<key>EnvironmentVariables</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
@ -24,7 +24,7 @@ Group=telebit
|
||||||
|
|
||||||
WorkingDirectory=/opt/telebit
|
WorkingDirectory=/opt/telebit
|
||||||
# custom directory cannot be set and will be the place where this exists, not the working directory
|
# 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
|
ExecReload=/bin/kill -USR1 $MAINPID
|
||||||
|
|
||||||
# Limit the number of file descriptors and processes; see `man systemd.exec` for more limit settings.
|
# Limit the number of file descriptors and processes; see `man systemd.exec` for more limit settings.
|
||||||
|
|
Loading…
Reference in New Issue