File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This unit file allows you to automatically start gitforgefs as a systemd unit.
552 . Copy ** gitforgefs@.service** into ** $HOME/.config/systemd/user** . Create the folder if it does not exists.
66``` sh
77mkdir -p $HOME /.config/systemd/user
8- curl -o $HOME /.config/systemd/user/gitforgefs@.service https://raw.githubusercontent.com/badjware/gitlabfs /dev/contrib/systemd/gitforgefs%40.service
8+ curl -o $HOME /.config/systemd/user/gitforgefs@.service https://raw.githubusercontent.com/badjware/gitforgefs /dev/contrib/systemd/gitforgefs%40.service
99```
10103 . Reload systemd: ` systemctl --user daemon-reload `
1111
Original file line number Diff line number Diff line change 11[Unit]
2- Description =FUSE filesystem for gitlab groups and projects (%i)
2+ Description =A FUSE filesystem to automatically organize git reposistories from a git forge (%i)
33Wants =network-online.target
44After =network-online.target
55
You can’t perform that action at this time.
0 commit comments