diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-02 16:03:06 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-02 16:03:06 +0000 |
| commit | 9ad548df8aa2a860ca311453ed3d6a98962f32f5 (patch) | |
| tree | 09dec888ccfdf1447ba13e62c50d9291176b07e3 /testing/opensips/opensips.initd | |
| parent | 96813504f80856d8d85b390207621e5cbba64a85 (diff) | |
| download | aports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.bz2 aports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.xz | |
testing/*: remove from stable branch
Diffstat (limited to 'testing/opensips/opensips.initd')
| -rw-r--r-- | testing/opensips/opensips.initd | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/opensips/opensips.initd b/testing/opensips/opensips.initd deleted file mode 100644 index 09c03fd5d1..0000000000 --- a/testing/opensips/opensips.initd +++ /dev/null @@ -1,26 +0,0 @@ -#!/sbin/runscript - -daemon=/usr/sbin/opensips -pidfile=/var/run/opensips/opensips.pid - -depend() { - need net - after firewall -} - -start() { - ebegin "Starting OpenSIPS" - start-stop-daemon --start --quiet --pidfile $pidfile --exec $daemon \ - -- \ - -u ${OPENSIPS_USER:-opensips} \ - -g ${OPENSIPS_GROUP:-opensips} \ - -P $pidfile - eend $? -} - -stop() { - ebegin "Stopping OpenSIPS" - start-stop-daemon --stop --quiet --pidfile $pidfile - eend $? -} - |
