mirror of
https://aur.archlinux.org/plex-media-server-plexpass.git
synced 2025-11-20 06:28:29 +00:00
19 lines
332 B
Desktop File
19 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
|