1
0
Fork 0
mirror of https://git.swurl.xyz/swirl/pacebin.git synced 2025-03-09 07:09:05 +00:00
pacebin/doc/pacebin.service
swirl 6839d92231
pacectl, combine with trance
Signed-off-by: swirl <swurl@swurl.xyz>
2025-03-05 12:47:03 -05:00

10 lines
215 B
Desktop File

[Unit]
Description=serve pacebin instance
After=network.target
[Service]
EnvironmentFile=/etc/pacebin.conf
ExecStart=/bin/sh -c '${BIN} -d "${DIR}" -p ${PORT} -s "${SEED}" -k'
[Install]
WantedBy=multi-user.target