A good enough tutorial -->
Created
May 29, 2017 02:04
-
-
Save elmodaddyb/015f9c3b218e31992afab5fbec3e9bbd to your computer and use it in GitHub Desktop.
Gerbera Linux Systemd Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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