distribution/projects/PC/packages/system-utils/system.d/volume.service
2022-08-30 21:26:25 -04:00

15 lines
274 B
Desktop File

[Unit]
Description=Volume button service
After=headphones.service
Before=jelos.target
StartLimitIntervalSec=0
[Service]
Environment=HOME=/storage
EnvironmentFile=/etc/profile
ExecStart=/usr/bin/volume_sense
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target