nut/monitor: Fix tmpfs mount syntax

`dest` is not a valid option for the `--mount` argument to `podman`.  To
specify where the target path, only `target`, `destination`, and `dst`
are valid.
master
Dustin 2024-01-19 16:42:56 -06:00
parent fb74f0e81c
commit a919a9f94b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Pull=newer
Exec=upsmon -F Exec=upsmon -F
User=nut User=nut
RunInit=true RunInit=true
Mount=type=tmpfs,dest=/run/nut,chown=true Mount=type=tmpfs,target=/run/nut,chown=true
Volume=/etc/ups:/etc/ups:ro Volume=/etc/ups:/etc/ups:ro
ReadOnly=true ReadOnly=true
VolatileTmp=true VolatileTmp=true