check in user systemd services and pulse auto connect
This commit is contained in:
14
config/systemd/user/carla.service
Normal file
14
config/systemd/user/carla.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=carla
|
||||
After=carla_pre.service
|
||||
|
||||
|
||||
[Service]
|
||||
Environment="DISPLAY=:0"
|
||||
StandardOutput=syslog+console
|
||||
StandardError=syslog+console
|
||||
Environment="XAUTHORITY=/home/luke/.Xauthority"
|
||||
ExecStart=/usr/bin/carla /studio/carla/default.carxp
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
Reference in New Issue
Block a user