~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/services/acix/cacheserver/acix-cache

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-05-08 13:48:03 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130508134803-mrhc5w4d5y7ubyj4
Tags: 3.0.1-1
3.0.1 Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
# ARC cache index cache server
3
3
4
 
# chkconfig: - 55 25
 
4
# chkconfig: - 75 25
5
5
# description:  The ARC cache server collects cache information which \
6
6
#               can be pulled by a cache index.
7
7
 
201
201
    stop)
202
202
        do_stop
203
203
    ;;
204
 
    restart|reload)
 
204
    restart|reload|force-reload)
205
205
        do_restart
206
206
    ;;
207
207
    condrestart|try-restart)