JackOfAll wrote: 
> Have you hand edited the service file? Maybe removed the backslash after
> "$OPTIONS"?
> 
> > 
Code:
--------------------
  >   > 
  > cat /lib/systemd/system/squeezelite.service 
  > 
--------------------
> > 

No I haven't at all. Please find below:

[fedora@wandboard ~]$ cat /lib/systemd/system/squeezelite.service
[Unit]
Description=Squeezelite Player
After=local-fs.target syslog.target network.target

[Service]
# disable the automatic creation of a "cpu" cgroup only for this one
service
# otherwise process will not run RT
# ControlGroup=cpu:/

# CPUSchedulingPolicy=fifo
# CPUSchedulingPriority=41

User=squeezelite
EnvironmentFile=-/etc/sysconfig/squeezelite
ExecStart=/usr/bin/squeezelite $OPTIONS

[Install]
WantedBy=multi-user.target


------------------------------------------------------------------------
albertone74's Profile: http://forums.slimdevices.com/member.php?userid=23863
View this thread: http://forums.slimdevices.com/showthread.php?t=98190

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to