minisatip auto start on Ubuntu 18.04 LTS

Support forum for minisatip
Post Reply
bhavin
Posts: 2
Joined: Thu Apr 02, 2020 12:36 pm

minisatip auto start on Ubuntu 18.04 LTS

Post 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
9000h
Posts: 89
Joined: Tue May 12, 2015 1:49 pm

Re: minisatip auto start on Ubuntu 18.04 LTS

Post by 9000h »

Hi,

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

CU
9000h
bhavin
Posts: 2
Joined: Thu Apr 02, 2020 12:36 pm

Re: minisatip auto start on Ubuntu 18.04 LTS

Post 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?
9000h
Posts: 89
Joined: Tue May 12, 2015 1:49 pm

Re: minisatip auto start on Ubuntu 18.04 LTS

Post by 9000h »

Hi,
yes, if you need it on other location please have a look in the Readme.
CU
9000h
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: minisatip auto start on Ubuntu 18.04 LTS

Post by cata »

Feel free to commit this under tools directory in github.

Thanks
sardonis
Posts: 20
Joined: Sat Jun 17, 2017 7:10 pm

Re: minisatip auto start on Ubuntu 18.04 LTS

Post by sardonis »

I have created a PR for this.
Post Reply