this repo has no description
at 19334d2b456fc966ea0b4e58954ba50fcacf5cc5 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