Skip to content

Commit

Permalink
data/systemd: add gpio-chardev systemd ordering target
Browse files Browse the repository at this point in the history
The snapd.gpio-chardev-setup.target will be used for synchronization
of app services and virtual device setup during boot.

Signed-off-by: Zeyad Gouda <[email protected]>
  • Loading branch information
ZeyadYasser committed Feb 3, 2025
1 parent 81fd929 commit de3d44d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/systemd/snapd.gpio-chardev-setup.target
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Unit]
Description=Synchronization target for gpio-chardev interface setup
After=sysinit.target
Requires=sysinit.target

[Install]
WantedBy=multi-user.target

0 comments on commit de3d44d

Please sign in to comment.