mirror of
https://git.swurl.xyz/swirl/link.git
synced 2023-11-08 10:44:52 +02:00
6abaf1abbb
removed all SQLite stuff, and switched to a fully filesystem-based storage system, which just uses plain files. also moved self-host instructions to README
11 lines
247 B
SYSTEMD
11 lines
247 B
SYSTEMD
[Unit]
|
|
Description=serve link instance
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/link.conf
|
|
ExecStart=/bin/sh -c '"${BIN}" -copy "${COPY}" -path "${DIR}" -port ${PORT} -seed "${SEED}" -url "${URL}"'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|