use correct config file
This commit is contained in:
parent
d8fee3d998
commit
32ec067c63
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue