Hello,
i want to autostart webmin.
i added it to DEAMONS, like the instructions say, but it does not work.
$this->bbcode_second_pass_code('', 'DAEMONS=(set-oxnas-mac !hwclock syslog-ng network netfs crond sshd openntpd vsft
pd webmin)
')
the other way with
$this->bbcode_second_pass_code('', 'systemctl start webmin.service')
allwas gives me
$this->bbcode_second_pass_code('', 'Failed to get D-Bus connection: No connection to service manager.')
Can you help me?