tkrn's blog

random thoughts at best

Menu
  • GitHub repo
  • The Hardware
  • tkrn’s archive
  • OpenPGP Key
  • stack overflow
Menu
Luadch Banner

Luadch systemd Service File

Posted on June 16, 2019December 11, 2024 by tkrn

Luadch which is an Advance Direct Connect (ADC) server hub software is not friendly to daemonize but with the following luadch.service file, you’re able to atleast start/stop/restart luadch with systemd.

[Unit]
Description=luadch service
After=network.target

[Service]
Type=simple
User=luadch
Group=luadch
WorkingDirectory=/home/luadch
ExecStart=/home/luadch/luadch
RemainAfterExit=no

[Install]
WantedBy=multi-user.target

Related

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • Nextcloud Virtual File System VFS on Ubuntu 24.10, 24.04, 22.04
  • Site-to-Site OpenVPN between OPNsense and Ubiquiti EdgeRouter EdgeOS
  • Debrand a Dell EMC VxRail Node to a PowerEdge Server
  • HPE ssacli on TrueNAS SCALE
  • Set child encrypted ZFS datasets to inherit the parent – Scripted Fix!

Categories

  • Arcade
  • Development
  • FreeNAS/ZFS
  • Sysadmin
  • Tinkering
  • Uncategorized
©2025 tkrn's blog | Theme by SuperbThemes