lists.sr.ht: fix -lmtp openrc service
1 files changed, 1 insertions(+), 1 deletions(-) M sr.ht/lists.sr.ht/lists.sr.ht-lmtp.initd
M sr.ht/lists.sr.ht/lists.sr.ht-lmtp.initd => sr.ht/lists.sr.ht/lists.sr.ht-lmtp.initd +1 -1
@@ 6,7 6,7 @@ LISTS_USER=${LISTS_USER:-listssrht} LOCAL_PG=${LOCAL_PG:-yes} LOGS=/var/log/lists.sr.ht-lmtp.log supervise_daemon_args="-1 $LOGS -2 $LOGS" -command="/usr/bin/lists.sr.ht-lmtp" +command="/usr/bin/listssrht-lmtp" command_user="$LISTS_USER:$LISTS_USER" pidfile="/run/${RC_SVCNAME}.pid"