There is no pid:
root@astrobox-1543:/var/run# cat /var/run/astrobox.pid
cat: /var/run/astrobox.pid: No such file or directory
Yet the service seems to be loaded…
root@astrobox-1543:/var/run# service astrobox status
● astrobox.service - LSB: AstroBox
Loaded: loaded (/etc/init.d/astrobox)
Active: activating (start) since Wed 2016-07-13 14:29:44 UTC; 53s ago
Control: 378 (astrobox)
CGroup: /system.slice/astrobox.service
├─378 /bin/sh /etc/init.d/astrobox start
├─891 /bin/sh /usr/local/sbin/astrobox-init
└─909 ntpd -gq
Jul 13 14:29:55 astrobox-1543 ntpd[909]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Jul 13 14:29:56 astrobox-1543 ntpd[909]: Listen and drop on 1 v6wildcard :: UDP 123
Jul 13 14:29:56 astrobox-1543 ntpd[909]: Listen normally on 2 lo 127.0.0.1 UDP 123
Jul 13 14:29:56 astrobox-1543 ntpd[909]: Listen normally on 3 eth0 10.51.1.227 UDP 123
Jul 13 14:29:56 astrobox-1543 ntpd[909]: Listen normally on 4 lo ::1 UDP 123
Jul 13 14:29:56 astrobox-1543 ntpd[909]: Listen normally on 5 eth0 fe80::2597:a283:21de:338d UDP 123
Jul 13 14:29:56 astrobox-1543 ntpd[909]: peers refreshed
Jul 13 14:29:56 astrobox-1543 ntpd[909]: Listening on routing socket on fd #22 for interface updates
Jul 13 14:29:58 astrobox-1543 ntpd[909]: Listen normally on 6 eth0 10.51.1.226 UDP 123
Jul 13 14:29:58 astrobox-1543 ntpd[909]: peers refreshed
But when I tell the service to restart… it gets a pid:
root@astrobox-1543:/var/run# service astrobox restart
root@astrobox-1543:/var/run# cat /var/run/astrobox.pid
1115
It appears I need to restart it after every boot… not sure why. But at least I can get in and start playing with it.
edit: a letter