mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
18 lines
332 B
Desktop File
18 lines
332 B
Desktop File
[Unit]
|
|
Description=Plex Media Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/conf.d/plexmediaserver
|
|
ExecStart=/opt/plexmediaserver/Plex\x20Media\x20Server
|
|
Type=simple
|
|
User=plex
|
|
Group=plex
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
StartLimitInterval=60s
|
|
StartLimitBurst=3
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|