Skip to content

Instantly share code, notes, and snippets.

@codeniko
Created July 24, 2020 02:22
Show Gist options
  • Save codeniko/206a9aa46c1a9ed02803a7ce182db5ea to your computer and use it in GitHub Desktop.
Save codeniko/206a9aa46c1a9ed02803a7ce182db5ea to your computer and use it in GitHub Desktop.
soft link it to /etc/systemd/system
[Unit]
Description=Universal Media Server
After=network.target
After=network-online.target
[Service]
User=pi
ExecStart=/opt/ums/UMS.sh headless
TimeoutSec=30
Restart=on-failure
RestartSec=30
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment