mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 14:16:00 +00:00
17 lines
340 B
Desktop File
17 lines
340 B
Desktop File
[Unit]
|
|
Description=XFTP server
|
|
|
|
[Service]
|
|
User=xftp
|
|
Group=xftp
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/xftp-server start +RTS -N -RTS
|
|
ExecStopPost=/usr/local/bin/simplex-servers-stopscript xftp-server
|
|
LimitNOFILE=65535
|
|
KillSignal=SIGINT
|
|
TimeoutStopSec=infinity
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|