Parent Directory
|
Revision Log
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 |