diff --git a/files/.config/systemd/user/default.target.wants/modprobed-db.service b/files/.config/systemd/user/default.target.wants/modprobed-db.service new file mode 120000 index 0000000..3f0cbde --- /dev/null +++ b/files/.config/systemd/user/default.target.wants/modprobed-db.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/modprobed-db.service \ No newline at end of file diff --git a/files/.config/systemd/user/sway-session.target.wants/wayvnc.service b/files/.config/systemd/user/sway-session.target.wants/wayvnc.service new file mode 120000 index 0000000..39ee78a --- /dev/null +++ b/files/.config/systemd/user/sway-session.target.wants/wayvnc.service @@ -0,0 +1 @@ +/home/marchambault/.config/systemd/user/wayvnc.service \ No newline at end of file diff --git a/files/.config/systemd/user/wayvnc.service b/files/.config/systemd/user/wayvnc.service new file mode 100644 index 0000000..81d73e1 --- /dev/null +++ b/files/.config/systemd/user/wayvnc.service @@ -0,0 +1,11 @@ +[Unit] +Description= A VNC server for wlroots based Wayland compositors +Requires=sway-session.target +After=sway-session.target + +[Service] +ExecStart=/usr/bin/wayvnc +Restart=always + +[Install] +WantedBy=sway-session.target