mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
14 lines
260 B
SYSTEMD
14 lines
260 B
SYSTEMD
|
[Unit]
|
||
|
Description=Apple airplay and raop protocol server
|
||
|
Requires=network.target sound.target
|
||
|
Wants=avahi-daemon.service
|
||
|
After=avahi-daemon.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/shairplay -a %H
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|