Bob Mottram 8 年前
父节点
当前提交
e41aebfaea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs 查看文件

@@ -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