mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-07-30 03:10:32 +00:00
16 lines
408 B
Desktop File
16 lines
408 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/bin/env sh -c '[ -e "/var/opt/simplex/smp-server-store.log" ] && cp "/var/opt/simplex/smp-server-store.log" "/var/opt/simplex/smp-server-store.log.$(date +%%FT%T)'
|
|
LimitNOFILE=65535
|
|
KillSignal=SIGINT
|
|
TimeoutStopSec=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|