link/doc/link.service
swirl 6abaf1abbb switch to FS-based storage
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
2021-08-28 17:40:36 -04:00

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