Skip to content

Commit

Permalink
Fix setup-service
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Aug 17, 2023
1 parent 24c6619 commit 7743dce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# 2 space indentation
[{*.sh}]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion setup-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $SUDO cp -v $MYDIR/service/share/dbus.conf /usr/share/dbus-1/agama.conf
sudosed "s@\(Exec\)=/usr/bin/@\1=$MYDIR/service/bin/@" $SVC $DBUSDIR/$SVC
done
sudosed "s@\(ExecStart\)=/usr/bin/@\1=$MYDIR/service/bin/@" \
systemd.service /usr/lib/systemd/system/agama.service
agama.service /usr/lib/systemd/system/agama.service
)

# and same for rust service
Expand Down

0 comments on commit 7743dce

Please sign in to comment.