aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/main.rs
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-23 01:50:20 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-23 01:50:20 +0200
commit8e35c18e2aac958837b2c8fcb782950f86e5f214 (patch)
tree1215c65f89961f3e6ce2e914abda73ef68ad6dd1 /mumd/src/main.rs
parentcd3c1ad6c508a698314ecc59ae6de320263f740d (diff)
downloadmum-8e35c18e2aac958837b2c8fcb782950f86e5f214.tar.gz
add first notification
Diffstat (limited to 'mumd/src/main.rs')
-rw-r--r--mumd/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs
index e88eede..79e44a2 100644
--- a/mumd/src/main.rs
+++ b/mumd/src/main.rs
@@ -22,6 +22,7 @@ use tokio::task::spawn_blocking;
#[tokio::main]
async fn main() {
setup_logger(std::io::stderr(), true);
+ libnotify::init("mumd").unwrap();
// Oneshot channel for setting UDP CryptState from control task
// For simplicity we don't deal with re-syncing, real applications would have to.