13 lines
261 B
Desktop File
13 lines
261 B
Desktop File
[Unit]
|
|
Description=Clean amavisd quarantine folder
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=amavis
|
|
Group=amavis
|
|
PrivateTmp=true
|
|
PrivateNetwork=true
|
|
CapabilityBoundingSet=
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
ExecStart=/usr/sbin/tmpwatch -d 720 /var/spool/amavisd/quarantine
|