13 lines
213 B
SYSTEMD
13 lines
213 B
SYSTEMD
|
[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
|