summaryrefslogtreecommitdiff
path: root/postinst
blob: 2659ea4155136b1beb3fe805d0cdd56ebef74ce2 (plain)
1
2
3
4
5
6
#!/bin/sh
set -e

systemctl enable gus.service
systemctl stop gus.service
systemctl start gus.service