diff options
Diffstat (limited to 'community/mythtv/mythbackend.service')
-rw-r--r-- | community/mythtv/mythbackend.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/mythtv/mythbackend.service b/community/mythtv/mythbackend.service deleted file mode 100644 index 2a2b8b7db..000000000 --- a/community/mythtv/mythbackend.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=MythTV Backend -After=network.target mysqld.service - -[Service] -Type=simple -Environment=HOME=/var/lib/mythtv -User=mythtv -ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv -ExecStop=/usr/bin/mythshutdown --setscheduledwakeup -#ExecStop=/usr/bin/mythshutdown --shutdown - -[Install] -WantedBy=multi-user.target |