mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
246 B
Desktop File
15 lines
246 B
Desktop File
[Unit]
|
|
Description=Volume button service
|
|
After=headphones.service
|
|
Before=rocknix.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Environment=HOME=/storage
|
|
ExecStart=/usr/bin/input_sense
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|