mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 20:45:52 +00:00
16 lines
292 B
Desktop File
16 lines
292 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
|
|
TimeoutStopSec=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|