| 1 | [Unit] |
| 2 | Description=garbg wallpaper daemon |
| 3 | Documentation=https://gar.dev |
| 4 | After=graphical-session.target |
| 5 | PartOf=graphical-session.target |
| 6 | |
| 7 | [Service] |
| 8 | Type=simple |
| 9 | ExecStart=/usr/local/bin/garbg daemon |
| 10 | Restart=on-failure |
| 11 | RestartSec=3 |
| 12 | |
| 13 | [Install] |
| 14 | WantedBy=graphical-session.target |