Skip to content

Commit 79b488b

Browse files
committed
fixed wrong path in systemd unit
1 parent fe2723c commit 79b488b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stagfs@.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description=Mount Stag repository (syntax: <name>:<mount>) for %I
33
Documentation=https://www.github.com/jpmvferreira/stag
44

55
[Service]
6-
ExecStart=/bin/bash -c '/usr/bin/stagfs -r "%h/.local/share/stag" mount "${0%%:*}" "${0#*:}"' '%I'
6+
ExecStart=/bin/bash -c '/usr/bin/stagfs -r "%h/.local/share/stagfs" mount "${0%%:*}" "${0#*:}"' '%I'
77

88
[Install]
99
WantedBy=default.target

0 commit comments

Comments
 (0)