14 lines
239 B
Desktop File
14 lines
239 B
Desktop File
[Unit]
|
|
Description=Binkleyforce Outbound server
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/tmp/bforce.pid
|
|
User=fido
|
|
Group=fido
|
|
ExecStart=/usr/bin/bforce -d -C /etc/bforce/bforce.conf
|
|
ExecStop=/usr/bin/bforce -q
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|