Skip to content

Commit

Permalink
Update kickstart-app.service to create a tmp directory instead of config
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 16, 2024
1 parent 14bebc8 commit ccf2976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/kickstart-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EnvironmentFile=-%S/state/smarthost.env
WorkingDirectory=%S/state
Restart=always
TimeoutStopSec=70
ExecStartPre=/bin/mkdir -p config
ExecStartPre=/bin/mkdir -p tmp
ExecStartPre=/bin/rm -f %t/kickstart-app.pid %t/kickstart-app.ctr-id
ExecStartPre=-runagent discover-smarthost
ExecStart=/usr/bin/podman run --conmon-pidfile %t/kickstart-app.pid \
Expand Down

0 comments on commit ccf2976

Please sign in to comment.