check in user systemd services and pulse auto connect
This commit is contained in:
15
config/systemd/user/ardour.service
Normal file
15
config/systemd/user/ardour.service
Normal 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
|
Reference in New Issue
Block a user