mirror of
https://git.swurl.xyz/swirl/link.git
synced 2025-01-15 18:36:33 +00:00
10 lines
206 B
Desktop File
10 lines
206 B
Desktop File
[Unit]
|
|
Description=serve link instance
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/linkserv -url https://your.doma.in -db /srv/link/link.db -seed "secret"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|