Skip to content

Instantly share code, notes, and snippets.

@tfheen
Created January 27, 2014 20:39
Show Gist options
  • Select an option

  • Save tfheen/8656846 to your computer and use it in GitHub Desktop.

Select an option

Save tfheen/8656846 to your computer and use it in GitHub Desktop.
Enten: mumudvb.service
[Unit]
Description=Digital television streaming program
[Service]
Type=forking
PermissionsStartOnly=true
ExecStartPre=/usr/local/sbin/run-before-mumudvb
ExecStart=/usr/bin/mumudvb --card 0 -c /etc/mumudvb/card0.conf
User=mumudvb
[Install]
WantedBy=multi-user.target
Eller [email protected]
[Unit]
Description=Digital television streaming program
[Service]
Type=forking
PermissionsStartOnly=true
ExecStartPre=/usr/local/sbin/run-before-mumudvb
ExecStart=/usr/bin/mumudvb --card %I -c /etc/mumudvb/card%I.conf
User=mumudvb
[Install]
Alias=multi-user.target.wants/[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment