studio/config/systemd/user/ardour.service

16 lines
325 B
Desktop File

[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