Simple_home_control_system/start_system.service
2024-05-05 02:26:51 +08:00

18 lines
237 B
Desktop File

[Unit]
Description=start_system
After=network.target
[Service]
Type=simple
ExecStart=/root/Simple_home_control_system/start_all.sh
Restart=always
RestartSec=30
StartLimitInterval=0
KillMode=none
[Install]
WantedBy=multi-user.target