diff options
Diffstat (limited to '.config/systemd/user/zoom@.service')
-rw-r--r-- | .config/systemd/user/zoom@.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/zoom@.service b/.config/systemd/user/zoom@.service new file mode 100644 index 0000000..5ff384f --- /dev/null +++ b/.config/systemd/user/zoom@.service @@ -0,0 +1,10 @@ +[Unit] +Description=Zoom Video Calls on X display %I +After=X11@%i.target +Requisite=X11@%i.target + +[Service] +Type=simple +Environment=DISPLAY=%I +ExecStart=/usr/bin/zoom +Restart=always |