I run Arch on an ARMv6 chip, the Raspberry Pi model B. I installed Citadel using
$this->bbcode_second_pass_code('', 'sudo wget -q -O - http://easyinstall.citadel.org/install | sh')
I then successfully configured Citadel using the install script. During this process I choose to start Citadel on boot.
I could also access the page webcit provides over http, on the default port. I went through some settings, everything was looking good.
Then I rebooted. It appears to not be running.
$this->bbcode_second_pass_code('', 'systemctl --failed')
and
$this->bbcode_second_pass_code('', 'systemctl --all')
don't list anything I think has to do with citadel.
I ran
$this->bbcode_second_pass_code('', 'sudo find -name '*cit*service'')
which didn't return anything (should it?).
I read the documentation. There is a part about starting the service, this didn't help me.
$this->bbcode_second_pass_code('', 'sudo find -name '*citserver*'')
also doesn't return anything.
Is someone able to help me out? Thanks in advance!