| 1 | [Unit] |
| 2 | Description=garchomp X11 compositor |
| 3 | Documentation=https://gar.dev |
| 4 | After=graphical-session.target |
| 5 | PartOf=graphical-session.target |
| 6 | Conflicts=picom.service |
| 7 | |
| 8 | [Service] |
| 9 | Type=simple |
| 10 | ExecStart=/usr/local/bin/garchomp |
| 11 | Restart=on-failure |
| 12 | RestartSec=3 |
| 13 | Environment=DISPLAY=:0 |
| 14 | |
| 15 | [Install] |
| 16 | WantedBy=graphical-session.target |