Skip to content

Commit

Permalink
[amavisd-new] use service file for /run/amavis
Browse files Browse the repository at this point in the history
instead of tmpfiles
  • Loading branch information
yardenac committed Dec 12, 2014
1 parent 7247e05 commit 86fba98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/amavisd-new/service
Expand Up @@ -6,6 +6,8 @@ After=network.target

[Service]
PIDFile=/run/amavis/pid
RuntimeDirectory=amavis
RuntimeDirectoryMode=750
ExecStart=/usr/bin/amavisd -c /etc/amavisd/amavisd.conf foreground
ExecReload=/usr/bin/amavisd -c /etc/amavisd/amavisd.conf reload

Expand Down
1 change: 0 additions & 1 deletion packages/amavisd-new/tmpfiles
@@ -1,3 +1,2 @@
d /run/amavis 0750 amavis amavis
d /var/spool/amavis 0750 amavis amavis
d /var/spool/amavis/virus 0750 amavis amavis

0 comments on commit 86fba98

Please sign in to comment.