cmd/hello: add a systemd configuration file

Updates #cleanup

Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
This commit is contained in:
Chris Palmer 2024-01-26 16:08:12 -08:00
parent fbfc3b7e51
commit 1b90457181

14
cmd/hello/hello.service Normal file
View File

@ -0,0 +1,14 @@
[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