[Unit]
Description=remindrs
After=syslog.target
After=network.target
Requires=postgresql.service

[Service]
RestartSec=2s
Type=simple
User=%u
Group=%g
ExecStart=remindrs
Restart=always

[Install]
WantedBy=multi-user.target