aboutsummaryrefslogtreecommitdiff
path: root/misc/autodarkmode.service
blob: 320c09e3a7bd755fc3d40432b2f39e30dbfb9ff6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=autodarkmode - Automatically switch between dark and light mode
PartOf=graphical-session.target
After=graphical-session.target
Requisite=graphical-session.target

[Service]
ExecStart=autodarkmode
Restart=on-failure

SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true