We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a282e00 commit 550c698Copy full SHA for 550c698
task/common/machine/script.go
@@ -48,6 +48,7 @@ sudo tee /etc/systemd/system/tpi-task.service > /dev/null <<END
48
Type=simple
49
ExecStart=/usr/bin/tpi-task
50
ExecStopPost=/bin/bash -c 'systemctl is-system-running | grep stopping || tpi --stop'
51
+ Environment=HOME=/root
52
EnvironmentFile=/tmp/tpi-environment
53
WorkingDirectory=/tmp/tpi-task
54
TimeoutStartSec=%s
0 commit comments