summarylogtreecommitdiffstats
path: root/vintagestory-servermgr.install
blob: a2a5f93965a35690558c63be6edc1702583dfeb2 (plain)
1
2
3
4
5
6
7
post_upgrade() {
    systemctl daemon-reload
}

post_remove() {
    systemctl stop vintagestory-server.service
}