mirror of
https://git.swurl.xyz/swirl/link.git
synced 2025-01-15 18:36:33 +00:00
11 lines
244 B
Desktop File
11 lines
244 B
Desktop File
[Unit]
|
|
Description=serve link instance
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/link.conf
|
|
ExecStart=/bin/sh -c '"${BIN}" -copy "${COPY}" -db "${DB}" -port ${PORT} -seed "${SEED}" -url "${URL}"'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|