summarylogtreecommitdiffstats
path: root/gns3-server.install
diff options
context:
space:
mode:
authorJoseph Brains2017-06-21 17:36:05 +0300
committerJoseph Brains2017-06-21 17:36:05 +0300
commitfe1d77f837f2549c18515c380346a06c26ebb657 (patch)
tree164069ee887e00197b1a63c6fbf565f293596345 /gns3-server.install
downloadaur-fe1d77f837f2549c18515c380346a06c26ebb657.tar.gz
Initial commit GNS3 2x server
Diffstat (limited to 'gns3-server.install')
-rw-r--r--gns3-server.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/gns3-server.install b/gns3-server.install
new file mode 100644
index 000000000000..0e89e97e4e43
--- /dev/null
+++ b/gns3-server.install
@@ -0,0 +1,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
+}