[Install] WantedBy=multi-user.target # If there's a shared /var subvolume, it must be mounted before this # unit runs. Requires=local-fs.target After=local-fs.target [Unit] Description=Git Daemon for Trove After=network.target [Service] ExecStart=/usr/bin/git daemon --base-path=/home/git/repos --reuseaddr --user=git --group=git /home/git/repos Restart=always