Skip to content
Ycarus edited this page Oct 14, 2018 · 4 revisions

Init scripts

Init scripts examples for openrc, sysvinit and systemd are in install/init. They need to me modified with the path of your install.

Systemd

Copy script to systemd init directory:

cp [path to flightairmap]/install/init/flightairmap.service.systemd /lib/systemd/system/flightairmap.service
chmod 644 /etc/systemd/flightairmap.service

Edit path to your FlightAirMap install path:

nano /etc/systemd/flightairmap.service

Enable on boot and start it now:

systemctl daemon-reload
systemctl enable flightairmap.service
systemctl start flightairmap.service
Clone this wiki locally