Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e77ddd018d2782952257f265ab6b1d49f9f884e4 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