debian-apache-tika – Blame information for rev 6

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #!/bin/sh
2  
3 addgroup --system tika
6 office 4 adduser --system --disabled-password --shell /usr/sbin/nologin --no-create-home tika
1 office 5 adduser tika tika
6  
7 # start while booting
8 update-rc.d tika defaults
9  
10 # start after installation
11 service tika restart