sqlgrey/sqlgrey.service
Benjamin Gordon 7bea2a285f Update PIDFile path in sqlgrey.service
This is the same effective path, but eliminates a systemd warning when the service starts.
2026-06-20 16:15:49 +00:00

11 lines
216 B
Desktop File

[Unit]
Description=SQLgrey Postfix Grey-listing Policy service
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/sqlgrey.pid
ExecStart=/usr/sbin/sqlgrey -d
[Install]
WantedBy=multi-user.target