Files
poweroff-protection/poweroff_linux/ttyshutdown.service
2026-05-14 17:53:52 +08:00

14 lines
353 B
Desktop File

[Unit]
Description= ttyshutdown
[Service]
Type=simple
User=root
WorkingDirectory=/home/lyrobot010/shutdown
ExecStart=/home/lyrobot010/shutdown/shutdown
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target