mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
265 B
Desktop File
14 lines
265 B
Desktop File
[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
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|