[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