Server Install over Alpine Linux

Juliana year ago

Hi,
I'm trying to install the server on an Alpine linux over PROXMOX (In a CT Instance).
When running the installer via ./traccar.run, im getting those errors:

CT106:~# ./traccar.run 
tty: ignoring all arguments
/dev/tty1
Creating directory out
Verifying archive integrity...  100%   MD5 checksums are OK. All good.
Uncompressing traccar  100%  
mv: can't rename '/opt/traccar/traccar.service': No such file or directory
chmod: /etc/systemd/system/traccar.service: No such file or directory
./setup.sh: line 22: systemctl: not found
./setup.sh: line 23: systemctl: not found
CT106:~# 

As I see, Alpine runs on RC services, not systemctl, but I don't know how to change it, as the traccar.run seems encrypted.

Any idea?

Thanks!!

Anton Tananaeva year ago

Use the "other" package option. It's just a zip folder.

Juliana year ago

Resolved!

Thanks Anton. Now I need to be able to create a .d init command in Alpine Linux.