1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00

updated things

finally got around to it
This commit is contained in:
Natsuki.HX 2022-02-18 20:00:16 +01:00 committed by GitHub
parent c0ab02a8ff
commit ad8ca6daf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ to make the computer run your program on it's own, without you having to use scr
To do this, you need a medium understanding of linux. To do this, you need a medium understanding of linux.
### Using systemctl, service or systemd ### Using systemd (Debian based distros, Arch Linux etc.)
Whatever you call it. Whatever you call it.
!!! failure "THIS IS JUST AN EXAMPLE" !!! failure "THIS IS JUST AN EXAMPLE"
@ -30,13 +30,12 @@ Restart=always
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
``` ```
If you set it up correctly, you should be able to run ``systemctl start fosscord`` and, your fosscord works! If you set it up correctly, you should be able to run ``systemctl enable --now fosscord`` and, your fosscord works! (and will start everytime your system boots!)
### Distros without "systemd" ### Distros without "systemd"
!!! failure "Not supported" !!! failure "Not supported"
I haven't had any experience with Gentoo or any other distros. Sorry guys I haven't had any experience with Gentoo or any other distros. Sorry guys. There are ways in other linux distros to install systemctl/systemd. I would highly reccomend it.
If there is enough demand, I will figure out how sysvinit works.
If you find a way to do it there, please send a pull request to the repository [here](https://github.com/fosscord/fosscord-docs/)
// by AToska21 // by AToska21