Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
/ lume-watcher Public archive

Automatic build script SysVinit init.d when my Lume site changes

Notifications You must be signed in to change notification settings

haturatu/lume-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

lume-watcher

This is not stable, so we recommend using this :
haturatu/lumebuild

Usage

Deps

sudo apt install inotify-tools
  1. Clone this repository.
git clone https://github.com/haturatu/lume-watcher
  1. Move the lume-watcher script to /etc/init.d/lume-watcher.
sudo mv lume-watcher /etc/init.d/lume-watcher
  1. Optionally, change the permissions of the lume-watcher script.
sudo chmod +x /etc/init.d/lume-watcher
  1. Add a service to SysVinit.
sudo update-rc.d lume-watcher defaults

done!

Start-Stop

sudo service lume-watcher start
sudo service lume-watcher stop
sudo service lume-watcher restart
sudo service lume-watcher status

About

Automatic build script SysVinit init.d when my Lume site changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages