aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoraxtlos <axtlos@getcryst.al>2024-06-27 20:18:25 +0200
committeraxtlos <axtlos@getcryst.al>2024-06-27 20:18:25 +0200
commit13abb5811c63db16cf8d208f2edf3a8a493a9a67 (patch)
treeccf0b0c06cc39450b940d34c8b222006654b7b74 /misc
parent2839ef7629a4d3c76498563e222efa439b7ae00e (diff)
downloadautodarkmode-13abb5811c63db16cf8d208f2edf3a8a493a9a67.tar.gz
autodarkmode-13abb5811c63db16cf8d208f2edf3a8a493a9a67.tar.bz2
fix: fix systemd unit
Diffstat (limited to 'misc')
-rw-r--r--misc/autodarkmode.service3
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