diff --git a/systemd/xlock@.service b/systemd/xlock@.service index 7cd9f25..f9f79ca 100644 --- a/systemd/xlock@.service +++ b/systemd/xlock@.service @@ -12,4 +12,7 @@ Restart=always Environment="DISPLAY=:0" Environment="XAUTHORITY=/home/%i/.Xauthority" -ExecStart=/usr/sbin/xlock \ No newline at end of file +ExecStart=/usr/sbin/xlock + +[Install] +WantedBy=multi-user.target \ No newline at end of file