diff options
author | axtlos <axtlos@getcryst.al> | 2024-06-27 20:18:25 +0200 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2024-06-27 20:18:25 +0200 |
commit | 13abb5811c63db16cf8d208f2edf3a8a493a9a67 (patch) | |
tree | ccf0b0c06cc39450b940d34c8b222006654b7b74 | |
parent | 2839ef7629a4d3c76498563e222efa439b7ae00e (diff) | |
download | autodarkmode-13abb5811c63db16cf8d208f2edf3a8a493a9a67.tar.gz autodarkmode-13abb5811c63db16cf8d208f2edf3a8a493a9a67.tar.bz2 |
fix: fix systemd unit
-rw-r--r-- | misc/autodarkmode.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/autodarkmode.service b/misc/autodarkmode.service index 320c09e..6835468 100644 --- a/misc/autodarkmode.service +++ b/misc/autodarkmode.service @@ -11,3 +11,6 @@ Restart=on-failure SystemCallArchitectures=native MemoryDenyWriteExecute=true NoNewPrivileges=true + +[Install] +WantedBy=default.target
\ No newline at end of file |