ah, just found metainit

This commit is contained in:
anarcat 2015-04-06 19:59:42 +00:00 committed by admin
parent d38fd5069c
commit cdcd678007

View file

@ -184,3 +184,5 @@ Now this is not without problems:
1. it assumes a gitannex user is created outside of the script
2. it assumes a gitannex repository is created outside of the script and specified in the `/etc/default/gitannex` file (or added to the autostart file)
3. it is Debian-specific (a proper init script would be POSIX only and/or a `.service` file)
Maybe using [metainit](https://wiki.debian.org/MetaInit) would be a good idea here? --[[anarcat]]