Rev | Line | |
---|
[2011] | 1 | diff --git a/src/packaging/RedHat/openafs-client.service b/src/packaging/RedHat/openafs-client.service |
---|
| 2 | index bc95057..9627280 100644 |
---|
| 3 | --- a/src/packaging/RedHat/openafs-client.service |
---|
| 4 | +++ b/src/packaging/RedHat/openafs-client.service |
---|
| 5 | @@ -1,5 +1,6 @@ |
---|
| 6 | [Unit] |
---|
| 7 | Description=OpenAFS Client Service |
---|
| 8 | +Before=crond.service |
---|
| 9 | After=syslog.target network.target |
---|
| 10 | |
---|
| 11 | [Service] |
---|
| 12 | @@ -15,4 +16,4 @@ ExecStop=/sbin/rmmod openafs |
---|
| 13 | KillMode=none |
---|
| 14 | |
---|
| 15 | [Install] |
---|
[2168] | 16 | -WantedBy=multi-user.target remote-fs.target |
---|
| 17 | +WantedBy=multi-user.target remote-fs.target crond.service |
---|
Note: See
TracBrowser
for help on using the repository browser.