/lib/systemd/system/quotarpc.service is in quota 4.04-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [Unit]
Description=RPC Remote Quota Server
Documentation=man:rpc.rquotad(8)
Wants=rpcbind.service
PartOf=nfs-server.target
After=rpcbind.service
Before=nfs-server.target
ConditionFileIsExecutable=/sbin/rpcbind
[Service]
Type=forking
ExecStart=/usr/share/quota/quotarpc.sh
[Install]
WantedBy=multi-user.target
|