Project

General

Profile

HowToInstallRedmineOnUbuntuServer » s3.conf

Dimitry Profus, 2011-09-24 05:25

 
1
description "Mount Amazon S3 file system and on system start"
2

    
3
start on (local-filesystems and net-device-up IFACE!=lo)
4
stop on runlevel [016]
5

    
6
respawn
7

    
8
exec s3fs -f yourbucketname /mnt/s3 -ouse_cache=/tmp -o allow_other
9

    
10

    
11

    
(3-3/9)