mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
ulauncher setup
This commit is contained in:
15
thor/systemd_units/magic-sysrq-enabler.service
Normal file
15
thor/systemd_units/magic-sysrq-enabler.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user