plex: fix a minor syntax issue in systemd ExecStart

This commit is contained in:
Matt McHenry 2016-12-18 21:59:06 -05:00 committed by Graham Christensen
parent cbe1218cc9
commit 3c10e68c40
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -127,7 +127,7 @@ in
User = cfg.user;
Group = cfg.group;
PermissionsStartOnly = "true";
ExecStart = "/bin/sh -c '${cfg.package}/usr/lib/plexmediaserver/Plex\\ Media\\ Server'";
ExecStart = "/bin/sh -c ${cfg.package}/usr/lib/plexmediaserver/Plex\\ Media\\ Server";
Restart = "on-failure";
};
environment = {