| 1 | [Unit] |
| 2 | Description=garcard polkit auth agent |
| 3 | Documentation=https://github.com/gardesk/gardesk |
| 4 | After=graphical-session.target |
| 5 | PartOf=graphical-session.target |
| 6 | |
| 7 | [Service] |
| 8 | Type=simple |
| 9 | ExecStart=garcard daemon |
| 10 | Restart=on-failure |
| 11 | RestartSec=2 |
| 12 | |
| 13 | [Install] |
| 14 | WantedBy=graphical-session.target |