File: vdr.service

package info (click to toggle)
vdr 2.4.1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,404 kB
  • sloc: ansic: 60,322; perl: 966; makefile: 703; sh: 637; python: 86
file content (16 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Video Disk Recorder

Wants=systemd-udev-settle.service
After=systemd-udev-settle.service

[Service]
Type=notify
ExecStartPre=/bin/sh /usr/lib/vdr/merge-commands.sh "commands"
ExecStartPre=/bin/sh /usr/lib/vdr/merge-commands.sh "reccmds"
ExecStart=/usr/bin/vdr
Restart=on-failure
RestartPreventExitStatus=0 2

[Install]
WantedBy=multi-user.target