diddlesnaps / tvheadend

MIT License
10 stars 0 forks source link

How to start and stop service by ssh command... #11

Open HEROBBB opened 3 years ago

HEROBBB commented 3 years ago

HI,i want to now were the oscam bin file are and how to start are stop services and how to add on rc.local to start services on reboot...Regards

lucyllewy commented 3 years ago

Hi,

The oscam service is started automatically by snap.tvheadend.oscam.service via systemd. To see its status use:

systemctl status snap.tvheadend.oscam.service

and to start, stop, or restart use either of these:

systemctl start snap.tvheadend.oscam.service
systemctl stop snap.tvheadend.oscam.service
systemctl restart snap.tvheadend.oscam.service
HEROBBB commented 3 years ago

Thx Mate...i ahve now problem with oscam crashing wen i want to add Omnikey reader ...Regards