tailscale/cmd/hello/hello.service
Chris Palmer 1b90457181 cmd/hello: add a systemd configuration file
Updates #cleanup

Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
2024-01-26 16:08:12 -08:00

15 lines
202 B
Desktop File

[Unit]
StartLimitIntervalSec=0
StartLimitBurst=0
[Service]
ExecStart=/root/hello
WorkingDirectory=/root
User=root
Group=root
Restart=on-failure
LimitNOFILE=128000
[Install]
WantedBy=multi-user.target