all repos

mugit @ be1cdfdd76f4248e14a065d5b2c6710a5f79b2fe

🐮 git server that your cow will love

mugit/mugit.service (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
update readme and add mugit.service, 22 days ago
1
[Unit]
2
Description=mugit
3
After=network.target
4
5
[Service]
6
Type=simple
7
User=mugit
8
Group=mugit
9
ExecStart=/usr/local/bin/mugit serve
10
Restart=on-failure
11
AmbientCapabilities=CAP_NET_BIND_SERVICE
12
13
[Install]
14
WantedBy=multi-user.target