blob: 5fcf587251a1f09d347679003e1fc12e2af1e196 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[Unit]
Description=Logitech Media Server Daemon
After=network.target
[Service]
User=logitechms
Group=logitechms
WorkingDirectory=/opt/logitechmediaserver-bin
RuntimeDirectory=logitechmediaserver-bin
PIDFile=${RUNTIME_DIRECTORY}/slimserver.pid
ExecStart=/opt/logitechmediaserver-bin/slimserver.pl \
--prefsdir /opt/logitechmediaserver-bin/prefs \
--cachedir /opt/logitechmediaserver-bin/cache \
--logdir /opt/logitechmediaserver-bin/Logs \
--pidfile ${RUNTIME_DIRECTORY}/slimserver.pid \
--noimage --novideo
[Install]
WantedBy=multi-user.target
|