Updating to include systemd timers
Better Makefile layout Improving pytest
This commit is contained in:
9
installscript
Normal file
9
installscript
Normal file
@@ -0,0 +1,9 @@
|
||||
pre_install() {
|
||||
groupadd aether &>/dev/null
|
||||
useradd -g aether -d /srv/aether -s /bin/false aether &> /dev/null
|
||||
chown -R aether:aether /srv/aether &> /dev/null
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
getent passwd aether &>/dev/null && userdel aether &> /dev/null
|
||||
}
|
Reference in New Issue
Block a user