507c5b8932
- Remove the compat for the usrmerge - Use systemd service files instead of the initscript + added extra workaround for argument parsing. - Remove extra SUSE traball with scripts as we reduced it down to one script and unitfile. OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=35
12 lines
250 B
Desktop File
12 lines
250 B
Desktop File
[Unit]
|
|
Description=Quota RPC monitor
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/run/sysconfig/quotad
|
|
ExecStart=/usr/sbin/rpc.rquotad -F ${RQUOTAD_ARGS}
|
|
ExecStartPre=-/usr/lib/systemd/scripts/quotad_env.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|