web frontend for git (tangled's grandpa)

contrib: add systemd service file

authored by

Akilesh Kannan and committed by
GitHub
0191fc88 dc07fff4

+17
+17
contrib/legit.service
··· 1 + [Unit] 2 + Description=legit Server 3 + After=network-online.target 4 + Requires=network-online.target 5 + 6 + [Service] 7 + User=git 8 + Group=git 9 + ExecStart=/usr/bin/legit -config /etc/legit/config.yaml 10 + ProtectSystem=strict 11 + ProtectHome=strict 12 + NoNewPrivileges=true 13 + PrivateTmp=true 14 + PrivateDevices=true 15 + 16 + [Install] 17 + WantedBy=multi-user.target