Skip to content

Commit ca07205

Browse files
committed
Fix the non-systemd commands for running InspIRCd.
1 parent 0fe9d80 commit ca07205

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/4/installation/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sudo apt-get install "./inspircd_[VERSION]_amd64.deb"
4343

4444
The package should now be installed and you can proceed to set up your [configuration](/4/configuration).
4545

46-
Once you have configured your server you can start it by running `systemctl start inspircd.service` or, if you prefer not to use systemd, by running `inspircd`.
46+
Once you have configured your server you can start it by running `systemctl start inspircd.service` or, if you prefer not to use systemd, by running `sudo -g irc -u irc inspircd`.
4747

4848
### Where does this package store important files?
4949

docs/4/installation/rhel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sudo yum install "./inspircd-[VERSION].el8.x86_64.rpm"
3535

3636
The package should now be installed and you can proceed to set up your [configuration](/4/configuration).
3737

38-
Once you have configured your server you can start it by running `systemctl start inspircd.service` or, if you prefer not to use systemd, by running `inspircd`.
38+
Once you have configured your server you can start it by running `systemctl start inspircd.service` or, if you prefer not to use systemd, by running `sudo -g inspircd -u inspircd inspircd`.
3939

4040
### Where does this package store important files?
4141

docs/4/installation/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sudo apt-get install "./inspircd_[VERSION]_amd64.deb"
4343

4444
The package should now be installed and you can proceed to set up your [configuration](/4/configuration).
4545

46-
Once you have configured your server you can start it by running `systemctl start inspircd.service` or, if you prefer not to use systemd, by running `inspircd`.
46+
Once you have configured your server you can start it by running `systemctl start inspircd.service` or, if you prefer not to use systemd, by running `sudo -g irc -u irc inspircd`.
4747

4848
### Where does this package store important files?
4949

0 commit comments

Comments
 (0)