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