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,15 @@
[Unit]
Description=ardour
After=carla_pre.service
Wants=carla_pre.service
[Service]
Environment="DISPLAY=:0"
Environment="XAUTHORITY=/home/luke/.Xauthority"
StandardOutput=syslog+console
StandardError=syslog+console
ExecStart=/home/luke/bin/ardour_with_template
Restart=always
RestartSec=5
[Install]
WantedBy=default.target