mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-15 01:41:00 +00:00
15 lines
202 B
SYSTEMD
15 lines
202 B
SYSTEMD
![]() |
[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
|