Skip to content

Commit

Permalink
dev-db/redis: use #!/sbin/openrc-run instead of #!/sbin/runscript
Browse files Browse the repository at this point in the history
  • Loading branch information
austin987 committed May 18, 2016
1 parent 6d43200 commit fae0c4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-db/redis/files/redis.initd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
# $Id$

REDIS_EXEC=/usr/sbin/redis-server
Expand Down
2 changes: 1 addition & 1 deletion dev-db/redis/files/redis.initd-2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
# $Id$

REDIS_DIR=${REDIS_DIR:-/var/lib/redis}
Expand Down
2 changes: 1 addition & 1 deletion dev-db/redis/files/redis.initd-3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
# $Id$

REDIS_DIR=${REDIS_DIR:-/var/lib/redis}
Expand Down
2 changes: 1 addition & 1 deletion dev-db/redis/files/redis.initd-4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
# $Id$

REDIS_DIR=${REDIS_DIR:-/var/lib/redis}
Expand Down

0 comments on commit fae0c4b

Please sign in to comment.