tailscale/cmd/hello/hello.service

15 lines
202 B
SYSTEMD
Raw Normal View History

[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