aboutsummaryrefslogtreecommitdiff
path: root/misc/autodarkmode.service
blob: 683546802248be207043e8019c81787a5973045d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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

[Install]
WantedBy=default.target