distribution/packages/sysutils/system-utils/system.d/headphones.service

13 lines
213 B
SYSTEMD
Raw Normal View History

2022-08-31 01:26:25 +00:00
[Unit]
Description=Headphone Sense
Before=jelos.target
[Service]
Environment=HOME=/storage
EnvironmentFile=/etc/profile
ExecStart=/usr/bin/headphone_sense
Restart=on-failure
[Install]
WantedBy=multi-user.target