From c73854c46d0c1c458d5c85aa450b8676f21673aa Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 6 Feb 2024 18:59:31 +0100 Subject: Use service template for starting desktop applications --- .config/systemd/user/dunst.service | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .config/systemd/user/dunst.service (limited to '.config/systemd/user/dunst.service') diff --git a/.config/systemd/user/dunst.service b/.config/systemd/user/dunst.service deleted file mode 100644 index 6301a41..0000000 --- a/.config/systemd/user/dunst.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Start dunst -PartOf=graphical-session.target - -[Service] -Type=exec -ExecStart=/usr/bin/dunst -Restart=on-failure - -[Install] -WantedBy=desktop.target -- cgit v1.1