check in user systemd services and pulse auto connect

This commit is contained in:
2025-04-26 12:05:34 -04:00
commit 825f0598a4
8 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=patchage
After=carla_pre.service
[Service]
Environment="DISPLAY=:0"
StandardOutput=syslog+console
StandardError=syslog+console
Environment="XAUTHORITY=/home/luke/.Xauthority"
ExecStart=/usr/bin/patchage
[Install]
WantedBy=graphical.target