Compare commits

...

1 Commits

Author SHA1 Message Date
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

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