dschmenk / apple2pi

Apple II client/server for Raspberry Pi
GNU General Public License v3.0
112 stars 24 forks source link

Note for others who manually install systemd service for a2pid #14

Open xandark opened 7 years ago

xandark commented 7 years ago

To enable:

sudo systemctl enable --system /home/USER/apple2pi/share/a2pi.service

and to start immediately:

sudo systemctl start a2pi

oliverschmidt commented 2 years ago

When the file are put into their intended destinations with make install, the command would rather be:

sudo systemctl enable --system /usr/local/share/a2pi/a2pi.service