Page 1 of 1

minisatip auto start on Ubuntu 18.04 LTS

Posted: Tue Apr 14, 2020 11:29 am
by bhavin
HI
Hope everyone is well

Im struggling to get minisatip to start on boot up.

I am using systemd to do this, If i start manually after boot up it works, however when using it as a service is shows that minisatip is running but the web page doesnt load.

below is the what im using, and i have enabled systemctl enable systemd-networkd-wait-online.service

[Unit]
Description=minsatip server
After=network-online.target
Wants=network-online.target

[Service]
Type=forking
ExecStart=/usr/local/bin/minisatip/minisatip
Restart=always
User=root
Group=root

[Install]
WantedBy=multi-user.target

Thanks in advance

Re: minisatip auto start on Ubuntu 18.04 LTS

Posted: Wed Apr 15, 2020 10:00 pm
by 9000h
Hi,

you may miss the file under /var/lib/minisatip/html probably.

CU
9000h

Re: minisatip auto start on Ubuntu 18.04 LTS

Posted: Sun Apr 19, 2020 4:34 pm
by bhavin
Thanks for the reply
do i need to create this folder, as it doesnt exist and copy the html folder files to this location?

Re: minisatip auto start on Ubuntu 18.04 LTS

Posted: Sun Apr 19, 2020 5:28 pm
by 9000h
Hi,
yes, if you need it on other location please have a look in the Readme.
CU
9000h

Re: minisatip auto start on Ubuntu 18.04 LTS

Posted: Sun Apr 19, 2020 7:14 pm
by cata
Feel free to commit this under tools directory in github.

Thanks

Re: minisatip auto start on Ubuntu 18.04 LTS

Posted: Sat May 09, 2020 11:26 am
by sardonis
I have created a PR for this.