• ArchLinux and MBSE

    From Stephen Atkins@1:342/13 to All on Mon Jan 18 11:03:21 2016
    So it's been a challange getting MBSE to run under ArchLinux. My main problem has been the new systemd for services. I'm still having and issue with getting
    it to start up at boot properly. Also seems that mbtask will fail after a while if I run it from a local tty. If anyone has had any luck with getting MBSE to work on a systemd envrionment please let me know.

    Stephen


    ---
    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)
  • From Stephen Atkins@1:342/13 to Andrew Leary on Wed Jan 20 09:29:32 2016
    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)