CentOS 7 systemd service開機啓動設定

#vi /etc/systemd/system/xxx.servicehtml 1 [Unit] 2 Description=startup script test 3 4 [Service] 5 Type=simple 6 ExecStart=/usr/local/bin/xxx/xxx.sh 7 Restart=always 8 # RestartSec=30 9 # Ti
相關文章
相關標籤/搜索