Browse Source

add commented-out PrivateNetwork to unit file

tags/v2.5.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
5095a4d814
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      distrib/systemd/oragono.service

+ 2
- 0
distrib/systemd/oragono.service View File

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

Loading…
Cancel
Save