mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-13 17:03:52 +00:00
cmd/hello: add a systemd configuration file
Updates #cleanup Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
This commit is contained in:
parent
fbfc3b7e51
commit
1b90457181
14
cmd/hello/hello.service
Normal file
14
cmd/hello/hello.service
Normal 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
|
Loading…
x
Reference in New Issue
Block a user