initial commit, carputer ansible role

This commit is contained in:
2025-07-26 15:09:47 -07:00
commit b81872440f
17 changed files with 526 additions and 0 deletions

15
templates/chrome-app.service.j2 Executable file
View File

@ -0,0 +1,15 @@
[Unit]
Description=Chrome
After=lldp_api.service
After=sddm.service
[Service]
Restart=always
RestartSec=3s
#ExecStartPre=/bin/sleep 5
ExecStart=/usr/bin/google-chrome \
--app="{{ chrome_website }}"
[Install]
WantedBy=graphical-session.target