source: branches/fc15-dev/server/common/patches/openafs-systemd-crond.patch @ 2792

Last change on this file since 2792 was 2011, checked in by ezyang, 12 years ago
Port OpenAFS to use systemd.
File size: 509 bytes
  • src/packaging/RedHat/openafs-client.service

    diff --git a/src/packaging/RedHat/openafs-client.service b/src/packaging/RedHat/openafs-client.service
    index bc95057..9627280 100644
    a b  
    11[Unit]
    22Description=OpenAFS Client Service
     3Before=crond.service
    34After=syslog.target network.target
    45
    56[Service]
    ExecStop=/sbin/rmmod openafs 
    1516KillMode=none
    1617
    1718[Install]
    18 WantedBy=multi-user.target
     19WantedBy=multi-user.target crond.service
Note: See TracBrowser for help on using the repository browser.