13 lines
254 B
Desktop File
13 lines
254 B
Desktop File
[Unit]
|
|
Description=Disk quota netlink message daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-/etc/sysconfig/quota_nld
|
|
ExecStart=/usr/sbin/quota_nld $QUOTA_NLD_OPTS
|
|
PIDFile=/var/run/quota_nld.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|