Files
watchman/watchman.service

12 lines
129 B
SYSTEMD
Raw Normal View History

2025-09-17 12:13:02 -04:00
[Unit]
Description=Watchman
[Service]
Type=simple
User=root
Group=root
ExecStart=watchman
[Install]
WantedBy=multi-user.target