1
0
Fork 0
master
dump_stack() 2023-05-16 19:11:50 +00:00
parent 968c4d7363
commit b8d0319097
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
echo 'StandardError=append:/var/log/test.log' >> test.service
echo 'StandardOutput=append:/var/log/test.log' >> test.service
echo 'Type=oneshot' >> test.service
echo 'WorkingDirectory=/root >> test.service
echo 'WorkingDirectory=/root' >> test.service
echo 'TimeoutStopSec=1' >> test.service
echo 'Environment=XDG_RUNTIME_DIR=/home/user' >> test.service
echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --max=1' >> test.service