Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Create My Deamon Systemd with autostart/autorestart
Thank you for your donation

Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Create My Deamon Systemd with autostart/autorestart
30th Nov, 2019, 02:45 AM
Post: #5
dvv06 Offline
Registered
Posts: 13
Joined: Feb 2019
Reputation: 2
RE: Create My Deamon Systemd with autostart/autorestart
(30th Nov, 2019 02:02 AM)Nachteule Wrote:  
Quote:Tell me where to register autorun /home/xbian/acestream.engine/acestream.start before starting the PVR IPTV Simple Client plugin.

I'm missing the magic word AngryAngryAngry

Code:
#!/bin/sh

echo "-----------------------------------"
echo "$(date) $0 $@"
echo "-----------------------------------"

case $1 in

        screensaver)            # See /etc/init/xbmc-screensaver.conf
                case $2 in
                        start)
                                ;;
                        stop)
                                ;;
                esac
                ;;

        preload)                # See /etc/init/xbmc-preload.conf
                case $2 in
                        start)
                                /home/xbian/acestream.engine/acestream.start || :
                                ;;
                        stop)
                                # This never happens
                                ;;
                esac
                ;;

        xbmc)                   # See /etc/init/xbmc.conf
                case $2 in
                        start)
                                ;;
                        stop)
                                ;;
                esac
                ;;
                
esac

exit 0

Thank you so much sir! I will try. Rolleyes
Find all posts by this user
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
Create My Deamon Systemd with autostart/autorestart - dvv06 - 29th Nov, 2019, 08:40 PM
RE: Create My Deamon Systemd with autostart/autorestart - Nachteule - 29th Nov, 2019, 09:42 PM
RE: Create My Deamon Systemd with autostart/autorestart - dvv06 - 30th Nov, 2019, 12:41 AM
RE: Create My Deamon Systemd with autostart/autorestart - Nachteule - 30th Nov, 2019, 02:02 AM
RE: Create My Deamon Systemd with autostart/autorestart - dvv06 - 30th Nov, 2019 02:45 AM
RE: Create My Deamon Systemd with autostart/autorestart - Skywatch - 30th Nov, 2019, 04:58 AM
Create My Deamon Systemd with autostart/autorestart - gkusiak - 5th Dec, 2019, 08:25 AM
RE: Create My Deamon Systemd with autostart/autorestart - Nachteule - 5th Dec, 2019, 08:30 AM
RE: Create My Deamon Systemd with autostart/autorestart - kalyl - 20th Jun, 2022, 05:40 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th Jul, 2025, 06:56 AM Powered By MyBB, © 2002-2025 MyBB Group.