-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi,
I am trying to set up my own Demonsaw router on my server, but I want to run it as a service. The problem is that the Demonsaw router outputs '>' characters and the CPU load increases to 100%. If I start the router directly in the terminal, there are no problems. Is there a way to start the router in a daemon mode?
I have installed the demonsaw nix_x64 router version on Arch Linux with the following service file.
[Unit]
Description=Demonsaw Server Service
After=network-online.target
Wants=network-online.target systemd-networkd-wait-online.service
[Service]
Restart=on-abnormal
Type=simple
User=nobody
ExecStart=/usr/bin/demonsaw /etc/demonsaw/demonsaw.toml
KillMode=mixed
KillSignal=SIGQUIT
[Install]
WantedBy=multi-user.target
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels