1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=File watching service Documentation=https://github.com/facebook/watchman Requires=watchman.socket [Service] ExecStart=/usr/bin/watchman --foreground --inetd --logfile=- StandardInput=socket StandardOutput=journal StandardError=inherit [Install] WantedBy=default.target