addrwatch icon indicating copy to clipboard operation
addrwatch copied to clipboard

Proper SystemD service configuration for `addrwatch_mysql`

Open yakatz opened this issue 4 years ago • 1 comments

The way I understand the addrwatch_mysql binary, it can run with -f as a systemd service with Type=simple or it could run without -f and use Type=forking, but the forking type recommends a PID file, which does not seem to be an option on this binary. What is the recommended way to set this service up? Should there be more options for the executable like setting the user and PID file, similar to the main executable?

yakatz avatar Jan 16 '22 16:01 yakatz

Hi @yakatz, the preferred way to run addrwatch_mysql binary with systemd would be running with -f and Type=simple.

fln avatar Jan 30 '22 11:01 fln