add systemd service file
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
a894af5c4c146bd1e7f6186903dd88b6aac4be65- Parents
-
49a66f2 - Tree
fe3cc48
a894af5
a894af5c4c146bd1e7f6186903dd88b6aac4be6549a66f2
fe3cc48| Status | File | + | - |
|---|---|---|---|
| A |
garchomp.service
|
16 | 0 |
garchomp.serviceadded@@ -0,0 +1,16 @@ | |||
| 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 | ||