aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-ntfy@.service
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 11:32:48 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 11:32:48 +0100
commit06b22df02c76797e617259af690adcad31337c52 (patch)
tree443cedd3b3c0f0d04d6497e6d31f8647a20b85dd /.config/systemd/user/dapp-bg-ntfy@.service
parentfb8a828fe912f074d2bd378ac91adcb83034b3eb (diff)
Update naming scheme for applications
Diffstat (limited to '.config/systemd/user/dapp-bg-ntfy@.service')
-rw-r--r--.config/systemd/user/dapp-bg-ntfy@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/systemd/user/dapp-bg-ntfy@.service b/.config/systemd/user/dapp-bg-ntfy@.service
new file mode 100644
index 0000000..6297fea
--- /dev/null
+++ b/.config/systemd/user/dapp-bg-ntfy@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Run ntfy
+After=network.target
+After=wman.target
+
+[Service]
+Type=exec
+ExecStart=ntfy subscribe "%i" 'notify-send "$t" "$m"'
+
+[Install]
+WantedBy=wman.target