Skip to content

Commit

Permalink
gromox-cleaner.service: fix date-var
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb authored Jan 6, 2025
1 parent 76c3920 commit 31135a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/gromox-cleaner.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After=gromox-http.service
# Fallback if EnvironmentFile hasn't got any value
Environment=softdelete_purgetime=30d
EnvironmentFile=/etc/gromox/gromox.cfg
ExecStart=/usr/sbin/gromox-mbop foreach.here.mb ( purge-softdelete -d ${PURGETIME} -r / ) ( purge-datafiles )
ExecStart=/usr/sbin/gromox-mbop foreach.here.mb ( purge-softdelete -d ${softdelete_purgetime} -r / ) ( purge-datafiles )
MemoryDenyWriteExecute=yes
PrivateDevices=yes
PrivateNetwork=yes
Expand Down

0 comments on commit 31135a8

Please sign in to comment.