Table of Contents

About

The following init script can be used to launch private-bower on Debian. You may also want to look at the monit script because it is responsible for restarting private-bower in case the service goes down.

Setup

  • The first step is to create an user - the configuration works with a new user named private-bower using adduser or useradd. The user will need a home-folder and the correct permissions set on the folder:
groupadd private-bower
useradd -g private-bower -d /srv/private-bower -s /bin/false
chown -R private-bower /srv/private-bower
  • To install the scripts and required files, change directory to the root of your filesystem:
cd /

and issue:

svn export http://svn.grimore.org/configuration-templates/debian/init/private-bower --force .

this will create the necessary files.

Configuring

To configure the init script, edit /etc/default/private-bower and change as you see fit. The private-bower configuration is at /etc/private-bower.json.


assets/systemv/init_scripts/private-bower/debian.txt ยท Last modified: 2024/11/02 02:38 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.