14 lines
353 B
Desktop File
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
|