This commit is contained in:
Massaki Archambault 2024-08-14 22:02:54 -04:00
parent 666186c699
commit 1ab51a10a1
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ This unit file allows you to automatically start gitforgefs as a systemd unit.
2. Copy **gitforgefs@.service** into **$HOME/.config/systemd/user**. Create the folder if it does not exists. 2. Copy **gitforgefs@.service** into **$HOME/.config/systemd/user**. Create the folder if it does not exists.
``` sh ``` sh
mkdir -p $HOME/.config/systemd/user mkdir -p $HOME/.config/systemd/user
curl -o $HOME/.config/systemd/user/gitforgefs@.service https://raw.githubusercontent.com/badjware/gitlabfs/dev/contrib/systemd/gitforgefs%40.service curl -o $HOME/.config/systemd/user/gitforgefs@.service https://raw.githubusercontent.com/badjware/gitforgefs/dev/contrib/systemd/gitforgefs%40.service
``` ```
3. Reload systemd: `systemctl --user daemon-reload` 3. Reload systemd: `systemctl --user daemon-reload`

View File

@ -1,5 +1,5 @@
[Unit] [Unit]
Description=FUSE filesystem for gitlab groups and projects (%i) Description=A FUSE filesystem to automatically organize git reposistories from a git forge (%i)
Wants=network-online.target Wants=network-online.target
After=network-online.target After=network-online.target