diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2024-09-02 01:40:22 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2024-09-02 01:40:22 +0200 |
commit | dbe911b3575f0370eb1e058487f83780c30a1566 (patch) | |
tree | bf0ba15452b9bbb816ae49042b38a1c82d153fb8 /src/main.rs | |
parent | 86c2d75a8f9bd600da03a9a3637eb490eb6fa424 (diff) | |
download | statuspage-dbe911b3575f0370eb1e058487f83780c30a1566.tar statuspage-dbe911b3575f0370eb1e058487f83780c30a1566.tar.bz2 statuspage-dbe911b3575f0370eb1e058487f83780c30a1566.tar.zst |
add systemd-user-global, perform systemd-global und systemd-user-global via dbus
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index bfa26a1..69034b3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,7 @@ pub mod check; pub mod log; pub mod mail; pub mod web; +pub mod dbus; use ::log::error; use anyhow::{anyhow, Result}; |