aboutsummaryrefslogtreecommitdiff
path: root/contrib/legit.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/legit.service')
-rw-r--r--contrib/legit.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/legit.service b/contrib/legit.service
deleted file mode 100644
index e0193ed..0000000
--- a/contrib/legit.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=legit Server
-After=network-online.target
-Requires=network-online.target
-
-[Service]
-User=git
-Group=git
-ExecStart=/usr/bin/legit -config /etc/legit/config.yaml
-ProtectSystem=strict
-ProtectHome=strict
-NoNewPrivileges=true
-PrivateTmp=true
-PrivateDevices=true
-
-[Install]
-WantedBy=multi-user.target