Hoping someone somewhere understand systemd enough to help me with a bug. I can’t seem to get an autostart to work. Not in Rocky but in RHEL
Hi there
What does systemctl status <systemd-service-name>
say?
Because this also tells you if the autostart is enabled for a service, like:
$ systemctl status auditd
● auditd.service - Security Auditing Service
Loaded: loaded (/usr/lib/systemd/system/auditd.service; enabled; preset: enabled)
the 1st enabled tells the actual autostart state, the 2nd one what the system has a default.
The services that come with rocky will autostart when the service is “enabled”. e.g. as root
systemctl is-enabled auditd.service
but what is drop server, is does it come with rocky?
Nothing listed here regarding setup for systemd.
It’s here: Dropserver Personal Application Server
And I also already see the issue, it only mentions systemctl start dropserver
but not systemctl enable dropserver
(or even combined systemctl enable --now dropserver
)
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.