13 lines
236 B
Desktop File
13 lines
236 B
Desktop File
[Unit]
|
|
Description=Systemd script to run PlexRequests as a service
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
Type=simple
|
|
ExecStart=/bin/bash /opt/plexrequests.sh
|
|
TimeoutStopSec=20
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|