The mighty, self-hostable Git server for the command line 🍦
1#!/bin/sh 2set -e 3 4systemctl stop soft.service 5systemctl disable soft.service 6systemctl daemon-reload