mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
233 B
SYSTEMD
13 lines
233 B
SYSTEMD
|
[Unit]
|
||
|
Description=Plex Media Server for Linux
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-/etc/conf.d/plexmediaserver
|
||
|
ExecStart=/opt/plexmediaserver/start_pms
|
||
|
KillMode=process
|
||
|
Type=forking
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|