Skip to content

Instantly share code, notes, and snippets.

@elmodaddyb
Created May 29, 2017 02:04
Show Gist options
  • Save elmodaddyb/015f9c3b218e31992afab5fbec3e9bbd to your computer and use it in GitHub Desktop.
Save elmodaddyb/015f9c3b218e31992afab5fbec3e9bbd to your computer and use it in GitHub Desktop.
Gerbera Linux Systemd Service
[Unit]
Description=Gerbera Media Server
After=network.target
[Service]
Type=simple
User=gerbera
Group=gerbera
ExecStart=/usr/local/bin/gerbera
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment