Greetigns,
Looking at
https://ledgersmb.org/content/upgrade-ledgersmb-17-16-or-15
" Stop the LedgerSMB application server (e.g. Starman)
$ sudo service starman-ledgersmb stop
.
.
.
Upgrade the LedgerSMB Starman SysV or systemd scripts (the new scripts
can be found in /usr/local/ledgersmb/conf/systemd/ )
$ sudo cp /usr/local/ledgersmb/conf/systemd/ledgersmb_starman.service \
/etc/systemd/system/ledgersmb.service
$ sudo systemctl daemon-reload
Start the LedgerSMB application server again (Starman example given,
as before):
$ sudo service starman-ledgersmb start
"
Am I misunderstanding something? It seems as though documentation has me
stop the service for 1.6 as starman-ledgersmb, then copy the file
ledgersmb_starman.service to /etc/systemd/system/ledgersmb.service.
After the daemon-reload, I start service starman-ledgersmb.
It seems to me that
/usr/local/ledgersmb/conf/systemd/ledgersmb_starman.service should be
copied to /etc/systemd/system/starman-ledgersmb.service to keep the
service name the same.
Systemd is not my strong suit so I want to confirm the steps before trying
them out.
Thanks all,
Louis