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.