Skip to content

Trying to run Demonsaw Router as Systemd Service #45

@Thunderbolt32

Description

@Thunderbolt32

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions