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/keepassxc.service | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .config/systemd/user/keepassxc.service (limited to '.config/systemd/user/keepassxc.service') diff --git a/.config/systemd/user/keepassxc.service b/.config/systemd/user/keepassxc.service deleted file mode 100644 index 75ac2b4..0000000 --- a/.config/systemd/user/keepassxc.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Start KeePassXC -PartOf=graphical-session.target - -[Service] -Type=exec -ExecStart=/usr/bin/keepassxc -Restart=on-failure - -[Install] -WantedBy=desktop.target -- cgit v1.1