File watchman@.service of Package watchman.17348
[Unit] Description=Watchman for user %i After=remote-fs.target Conflicts=shutdown.target [Service] # added automatically, for details please see # https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ProtectSystem=full ProtectHome=read-only ProtectHostname=true ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true # end of automatic additions ExecStart=/usr/bin/watchman --foreground --inetd ExecStop=/usr/bin/pkill -u %i -x watchman Restart=on-failure User=%i Group=users StandardInput=socket StandardOutput=syslog SyslogIdentifier=watchman-%i [Install] WantedBy=multi-user.target