14 lines
370 B
Desktop File
14 lines
370 B
Desktop File
# Contents of /etc/systemd/system/bbbsd2.service
|
|
[Unit]
|
|
Description=BBBSD Users Exchange Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
Environment=BBBSDIR=/opt/bbbs
|
|
ExecStart=/opt/bbbs/bbbsd 3 995 telnetd:23 telnetd:992:ssl httpd:80 httpd:443:ssl ftpd:21 ftpd:990:ssl rawd:24554:binkp rawd:24555:binkp:ssl quiet
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|