atvclient: remove systemd service. atvclient is now started by udev

This commit is contained in:
Stefan Saraev 2013-08-28 17:11:38 +03:00
parent 1e156d9d3e
commit 60536160db
2 changed files with 0 additions and 15 deletions

View File

@ -34,7 +34,3 @@ PKG_LONGDESC="atvclient is a background application for Linux that reads input f
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
post_install () {
enable_service atvclient.service
}

View File

@ -1,11 +0,0 @@
[Unit]
Description=ATV client remote support
After=syslog.target
[Service]
ExecStart=/usr/sbin/atvclient -m
KillMode=process
[Install]
WantedBy=multi-user.target