summarylogtreecommitdiffstats
path: root/gns3-server.install
blob: 0e89e97e4e43752e476c7ff3d7096e6642e2f600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
cat << EOF
	To enable and start gns3-server execute the following,
	replacing 'USER' with your username:

		systemctl enable gns3-server@USER
		systemctl start gns3-server@USER
EOF
}

post_upgrade() {
    post_install
}