mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 14:16:00 +00:00
* docker: major overhaul with xftp support * github: update docker actions * install: add installation scripts * readme: update readme to reflect latest changes
16 lines
407 B
Desktop File
16 lines
407 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
|