~jmaibaum/hare-sdnotify

sd_notify protocol for Hare
Makefile: Ignore error on rm'ing .service file
Use ? instead of match for net::unix::connect()

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~jmaibaum/hare-sdnotify
read/write
git@git.sr.ht:~jmaibaum/hare-sdnotify

You can also use your local clone with git send-email.

#sd_notify support for Hare

This module is a port of the standalone C implementation of the sd_notify protocol found at 1.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-sdnotify/ add https://git.sr.ht/~jmaibaum/hare-sdnotify main

#Test service

Running make install-test-service will drop a systemd .service file to your ~/.config/systemd/user directory. Run systemctl --user daemon-reload once, and then systemctl --user start/reload/stop/... hare-sdnotify-test.service as desired.

Do not follow this link