summarylogtreecommitdiffstats
path: root/nexus-oss.install
blob: d1ca2b75cb820794d8b453d00584386ca6ef154d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install()
{
	systemd-sysusers nexus-oss.conf
	chown -R nexus:nexus var/lib/nexus-oss
	chmod -R o-rwx var/lib/nexus-oss
	systemd-tmpfiles --create nexus-oss.conf
}

post_upgrade()
{
	systemctl daemon-reload
}

post_remove()
{
	systemctl stop nexus-oss
	userdel -r nexus >/dev/null 2>&1
}