From 23c40878e0ace80c6bedc72c309ec541e42ab1f6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 11 Jun 2018 15:09:20 -0600 Subject: [PATCH] use correct config file --- usr/share/dist/Library/LaunchDaemons/cloud.telebit.remote.plist | 2 +- usr/share/dist/etc/systemd/system/telebit.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/dist/Library/LaunchDaemons/cloud.telebit.remote.plist b/usr/share/dist/Library/LaunchDaemons/cloud.telebit.remote.plist index d0de60e..efec4a4 100644 --- a/usr/share/dist/Library/LaunchDaemons/cloud.telebit.remote.plist +++ b/usr/share/dist/Library/LaunchDaemons/cloud.telebit.remote.plist @@ -10,7 +10,7 @@ /opt/telebit/bin/telebitd.js daemon --config - /opt/telebit/etc/telebit.yml + /opt/telebit/etc/telebitd.yml EnvironmentVariables diff --git a/usr/share/dist/etc/systemd/system/telebit.service b/usr/share/dist/etc/systemd/system/telebit.service index 9440d0a..ef082ef 100644 --- a/usr/share/dist/etc/systemd/system/telebit.service +++ b/usr/share/dist/etc/systemd/system/telebit.service @@ -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.