mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
16 lines
232 B
Desktop File
16 lines
232 B
Desktop File
[Unit]
|
|
Description=Magic Sysrq key enabler
|
|
|
|
Wants=network.target
|
|
After=default.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/magic-sysrq-enable
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=default.target
|