summarylogtreecommitdiffstats
path: root/watchman.service
blob: e65b5f5584a4a53864bfb35883e94906b4ef8027 (plain)
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