/[LeafOK_CVS]/lbbs/conf/lbbs.service.default
ViewVC logotype

Annotation of /lbbs/conf/lbbs.service.default

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Jun 5 05:25:33 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Add systemd service config sample file

1 sysadm 1.1 [Unit]
2     Description=LBBS Server
3     After=network-online.target
4    
5     [Service]
6     User=bbs
7     Group=bbs
8    
9     Type=notify
10     ExecStart=/usr/local/lbbs/bin/bbsd -f
11     KillSignal=SIGTERM
12     ExecReload=/bin/kill -HUP $MAINPID
13    
14     [Install]
15     WantedBy=multi-user.target

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1