all repos — legit @ 3711bd7c2406a4c1d3cd5eddf473c8d73d5c35e7

Unnamed repository; edit this file 'description' to name the repository.

contrib/legit.service (view raw)

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