mirror of
https://git.swurl.xyz/swirl/pacebin.git
synced 2024-11-14 17:03:16 +00:00
11 lines
212 B
Desktop File
11 lines
212 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}"'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|