Added systemd and xinetd service files

This commit is contained in:
zx
2024-07-02 23:28:00 +03:00
parent f72259cfe3
commit 5ef2b09861
4 changed files with 48 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[Unit]
Description=Binkleyforce Outbound server
[Service]
Type=forking
PIDFile=/tmp/bforce.pid
User=fido
Group=fido
ExecStart=/usr/bin/bforce -d -C /opt/fidonms/etc/bforce.conf
ExecStop=/usr/bin/bforce -q
[Install]
WantedBy=multi-user.target