notashelf /
b36d490de55646507f200ee2e3a71164c79c4c67
chroma
publicLightweight wallpaper daemon for Wayland
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.git| 1 | [Unit] |
| 2 | Description=Chroma Wallpaper Daemon |
| 3 | After=graphical-session.target |
| 4 | Wants=graphical-session.target |
| 5 | PartOf=graphical-session.target |
| 6 | |
| 7 | [Service] |
| 8 | Type=simple |
| 9 | ExecStart=chroma |
| 10 | ExecReload=kill -HUP $MAINPID |
| 11 | Restart=on-failure |
| 12 | RestartSec=1 |
| 13 | KillMode=mixed |
| 14 | TimeoutStopSec=5 |
| 15 | |
| 16 | # Security |
| 17 | NoNewPrivileges=true |
| 18 | PrivateDevices=true |
| 19 | ProtectSystem=strict |
| 20 | ProtectHome=read-only |
| 21 | ReadWritePaths=%h/.config/chroma |
| 22 | |
| 23 | [Install] |
| 24 | WantedBy=multi-user.target |