system-restart/system-restart.service

14 lines
302 B
SYSTEMD
Raw Normal View History

2022-11-25 03:19:59 +00:00
[Unit]
Description=System Restart
Documentation=https://github.com/aldy505/system-restart
[Service]
Type=simple
ExecStart=/usr/local/bin/system-restart sshd 0.0.0.0:22
ExecReload=/bin/kill -SIGHUP $MAINPID
TimeoutStartSec=20s
TimeoutStopSec=20s
Restart=on-failure
[Install]
WantedBy=multi-user.target