summarylogtreecommitdiffstats
path: root/vdr.service
diff options
context:
space:
mode:
authorM0Rf302016-01-19 02:38:38 +0100
committerM0Rf302016-01-19 02:38:38 +0100
commit5cb2e9a7aa86609066fd6614662b12f143e8a204 (patch)
tree8203525132018f93bb2229ada776af9711d2fc14 /vdr.service
parent6d1fad3091bdd0c5eb7553d54b19fb389653b588 (diff)
downloadaur-5cb2e9a7aa86609066fd6614662b12f143e8a204.tar.gz
updated to 2.3.1
Diffstat (limited to 'vdr.service')
-rw-r--r--[-rwxr-xr-x]vdr.service16
1 files changed, 8 insertions, 8 deletions
diff --git a/vdr.service b/vdr.service
index eb067123745d..06845524ce43 100755..100644
--- a/vdr.service
+++ b/vdr.service
@@ -1,15 +1,15 @@
[Unit]
Description=Video Disk Recorder
-Documentation=man:vdr(1)
-Documentation=file:///usr/share/doc/vdr/INSTALL
-After=syslog.target network.target lirc.service
+After=oscam.service
+After=sundtek.service
+After=xlogin@vdr.service
[Service]
-Environment=VDR_INIT=1
-ExecStartPre=/usr/bin/vdr-check-setup
-ExecStart=/usr/sbin/runvdr
-ExecStop=-/usr/sbin/runvdr --set-wakeup
-StandardOutput=null
+Type=notify
+ExecStart=/usr/bin/vdr
+Environment=TERM=xterm
+Restart=on-failure
+RestartPreventExitStatus=2
[Install]
WantedBy=multi-user.target