diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 18:34:11 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 18:34:11 -0500 |
| commit | 861c7a7d738eb24942b06734fd4f5ffff55a4e32 (patch) | |
| tree | 3e2345f9c43eb24f34edbce8ae27bcaa52523d59 /.config/services/dbus.service | |
| parent | 186a6f2394060f211f79bb3cd99f32435b1bca71 (diff) | |
fix(superd): use absolute paths
Diffstat (limited to '.config/services/dbus.service')
| -rw-r--r-- | .config/services/dbus.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/services/dbus.service b/.config/services/dbus.service index eec35cf..b74b765 100644 --- a/.config/services/dbus.service +++ b/.config/services/dbus.service @@ -2,5 +2,5 @@ Description=dbus [Service] -ExecStart=dbus-daemon --nofork --session --address unix:path=$XDG_RUNTIME_DIR/bus +ExecStart=/usr/bin/dbus-daemon --nofork --session --address unix:path=$XDG_RUNTIME_DIR/bus Restart=always |
