mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-29 12:19:58 +00:00
27 lines
438 B
Desktop File
27 lines
438 B
Desktop File
[Unit]
|
|
Description=SMP server
|
|
|
|
[Service]
|
|
User=smp
|
|
Group=smp
|
|
Type=simple
|
|
|
|
ExecStart=/usr/local/bin/smp-server start +RTS -N -RTS
|
|
ExecStopPost=/usr/local/bin/simplex-servers-stopscript smp-server
|
|
|
|
LimitNOFILE=65535
|
|
KillSignal=SIGINT
|
|
|
|
TimeoutStartSec=infinity
|
|
TimeoutStopSec=infinity
|
|
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
StartLimitBurst=3
|
|
StartLimitInterval=60s
|
|
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|