mirror of
https://git.swurl.xyz/swirl/pacebin.git
synced 2024-11-21 20:39:21 +02:00
11 lines
212 B
SYSTEMD
11 lines
212 B
SYSTEMD
[Unit]
|
|
Description=serve pacebin instance
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/pacebin.conf
|
|
ExecStart=/bin/sh -c '${BIN} -d "${DIR}" -p ${PORT} -s "${SEED}"'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|