Andrew Leary wrote to Stephen Atkins:
Hello Stephen!
I will have to download a copy of ArchLinux and see what I can do. It's probably a case of needing to modify the installation scripts to put things where a systemd system expects them.
Here is what I have currently for my systemd. It doesn't currently work but might give you a start.
Stephen
[Unit]
Description=MBSE BBS
After=syslog.target network.target
[Service]
Type=forking
WorkingDirectory=/opt/mbse/
PIDFile=/opt/mbse/var/run/mbtask
ExecStartPre=export MBSE_ROOT=/opt/mbse
ExecStart=/opt/mbse/bin/mbtask
ExecReload=/bin/kill -HUP ${MAINPID}
ExecStop=/bin/kill ${MAINPID}
User=mbse
Group=bbs
#Restart=on-failure
#RestartSec=10
[Install]
WantedBy=multi-user.target
---
The Bit Bucket BBS -
telnet://bbs.thebitbucket.ca
--- MBSE BBS v1.0.6 (GNU/Linux-x86_64)
* Origin: The Bit Bucket BBS (1:342/13)