mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +00:00
update readme
This commit is contained in:
parent
b3f2b2a166
commit
c968a4d878
1 changed files with 3 additions and 1 deletions
|
|
@ -58,10 +58,12 @@ Open `gemini://127.0.0.1` in [Gemini browser](https://github.com/kr1sp1n/awesome
|
||||||
|
|
||||||
### Autostart
|
### Autostart
|
||||||
|
|
||||||
Launch Pulsar server as `systemd` service
|
Launch server as `systemd` service
|
||||||
|
|
||||||
Following example means you have Pulsar installed in home directory of `pulsar` user (`useradd -m pulsar`)
|
Following example means you have Pulsar installed in home directory of `pulsar` user (`useradd -m pulsar`)
|
||||||
|
|
||||||
|
`sudo nano /etc/systemd/system/pulsar.service` - create new unit file:
|
||||||
|
|
||||||
``` /etc/systemd/system/pulsar.service
|
``` /etc/systemd/system/pulsar.service
|
||||||
[Unit]
|
[Unit]
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue