17 lines
274 B
Desktop File
17 lines
274 B
Desktop File
# {{ ansible_managed }}
|
|
|
|
[Unit]
|
|
Description=MPD Skipbutton
|
|
After=network.target
|
|
Requires=mpd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10s
|
|
ExecStart=/opt/skipbutton/skipbutton.py /dev/ttyS0
|
|
DynamicUser=true
|
|
Group=dialout
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|