From 7c52e13134c29dbde4f7678be1be431b62afe91f Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sat, 13 Jul 2024 15:05:11 +0200 Subject: Add systemd service, add clear method call, add paging to snotifc --- snotifd.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 snotifd.service (limited to 'snotifd.service') diff --git a/snotifd.service b/snotifd.service new file mode 100644 index 0000000..fc1feb4 --- /dev/null +++ b/snotifd.service @@ -0,0 +1,13 @@ +[Unit] +Description=Simple notification daemon +After=default.target + +[Service] +ExecStart=%h/bin/snotifd +Restart=on-failure +StandardOutput=journal +StandardError=journal + +[Install] +WantedBy=default.target + -- cgit v1.2.3