Ignore:
Timestamp:
Oct 24, 2008, 12:33:13 AM (16 years ago)
Author:
price
Message:

actually configurize acl/web in invirt-remote-server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote-server/debian/invirt-remote-server.init

    r1176 r1181  
    3636. /lib/lsb/init-functions
    3737
     38gen_config()
     39{
     40        for i in /etc/remctl/acl/web; do
     41                mako-render $i.mako > $i
     42        done
     43}
     44
    3845#
    3946# Function that starts the daemon/service
     
    4552        #   1 if daemon was already running
    4653        #   2 if daemon could not be started
     54        gen_config
    4755        modprobe fuse
    4856        daemon --running -n $NAME && return 1
Note: See TracChangeset for help on using the changeset viewer.