Bob Mottram 8 anni fa
parent
commit
e41aebfaea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs Vedi File

@@ -282,7 +282,7 @@ function get_tahoelafs_introducer {
282 282
 function create_tahoelafs_daemon {
283 283
     daemon_name=$1
284 284
 
285
-    TAHOELAFS_DAEMON_FILE=/etc/systemd/system/tahoelafs_${daemon_name}.service
285
+    TAHOELAFS_DAEMON_FILE=/etc/systemd/system/tahoelafs-${daemon_name}.service
286 286
     echo "Creating daemon: $TAHOELAFS_DAEMON_FILE"
287 287
 
288 288
     echo '[Unit]' > $TAHOELAFS_DAEMON_FILE