aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/mumble.service
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-06 18:59:31 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-06 18:59:31 +0100
commitc73854c46d0c1c458d5c85aa450b8676f21673aa (patch)
tree6c54f66ff5a660671b6d6b7d57041ae3ec72cfe1 /.config/systemd/user/mumble.service
parent17d13e3153c27db6bc78514d737db7b92b22807e (diff)
Use service template for starting desktop applications
Diffstat (limited to '.config/systemd/user/mumble.service')
-rw-r--r--.config/systemd/user/mumble.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/systemd/user/mumble.service b/.config/systemd/user/mumble.service
deleted file mode 100644
index ad127ca..0000000
--- a/.config/systemd/user/mumble.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Start the Mumble
-PartOf=graphical-session.target
-
-[Service]
-Type=exec
-ExecStart=/usr/bin/mumble
-Restart=on-failure
-
-[Install]
-WantedBy=desktop.target