A vibe coded tangled fork which supports pijul.
at fe0d3a95af882fee58521c1b55d2f1a1cfd6af54 17 lines 297 B view raw
1[Unit] 2Description=tangled knot server 3After=network.target 4 5 6[Service] 7ExecStart=/usr/local/bin/knot server 8Restart=always 9User=git 10WorkingDirectory=/home/git 11EnvironmentFile=/home/git/.knot.env 12StandardOutput=journal 13StandardError=journal 14LimitNOFILE=65536 15 16[Install] 17WantedBy=multi-user.target