| 1 | [Unit] |
| 2 | Description=garbg wallpaper daemon for gar window manager |
| 3 | Documentation=https://github.com/tenseleyFlow/garbg |
| 4 | After=graphical-session.target |
| 5 | |
| 6 | [Service] |
| 7 | Type=simple |
| 8 | |
| 9 | # Development path (current build) |
| 10 | ExecStart=/home/mfwolffe/GithubOrgs/tenseleyFlow/garbg/target/release/garbg daemon |
| 11 | |
| 12 | # Production path (after install to PATH) |
| 13 | #ExecStart=garbg daemon |
| 14 | |
| 15 | Restart=on-failure |
| 16 | RestartSec=5 |
| 17 | |
| 18 | # Environment |
| 19 | Environment=DISPLAY=:0 |
| 20 | |
| 21 | [Install] |
| 22 | WantedBy=default.target |