delay the execution of the payload
This commit is contained in:
parent
e86d052f5a
commit
6108cf1615
1 changed files with 1 additions and 1 deletions
|
@ -6,12 +6,12 @@ Environment=DISPLAY=:0
|
||||||
Environment=XAUTHORITY=/home/pi/.Xauthority
|
Environment=XAUTHORITY=/home/pi/.Xauthority
|
||||||
User=pi
|
User=pi
|
||||||
Group=pi
|
Group=pi
|
||||||
|
ExecStartPre=/bin/sleep 60
|
||||||
ExecStart=/opt/Cardinal/CardinalNative
|
ExecStart=/opt/Cardinal/CardinalNative
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
KillMode=process
|
KillMode=process
|
||||||
TimeoutSec=infinity
|
TimeoutSec=infinity
|
||||||
ConditionFileNotEmpty=/home/pi/Documents/templates/native.vcv
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical.target
|
WantedBy=graphical.target
|
||||||
|
|
Loading…
Reference in a new issue