[Unit]
Description=Reset Nomad allocations at boot
Before=nomad.service

[Service]
Type=oneshot
ExecStart=sh -c "rm -fR {{ nomad_data_path }}/*"
RemainAfterExit=true
StandardOutput=journal

[Install]
WantedBy=multi-user.target
