浏览代码

add commented-out PrivateNetwork to unit file

tags/v2.5.0-rc1
Shivaram Lingamneni 3 年前
父节点
当前提交
5095a4d814
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      distrib/systemd/oragono.service

+ 2
- 0
distrib/systemd/oragono.service 查看文件

@@ -15,6 +15,8 @@ ExecStart=/home/oragono/oragono run --conf /home/oragono/ircd.yaml
15 15
 ExecReload=/bin/kill -HUP $MAINPID
16 16
 Restart=on-failure
17 17
 LimitNOFILE=1048576
18
+# Uncomment this for a hidden service:
19
+# PrivateNetwork=true
18 20
 
19 21
 [Install]
20 22
 WantedBy=multi-user.target

正在加载...
取消
保存