summarylogtreecommitdiffstats
path: root/ombi.install
blob: b2e99a8c4c30bdc516eeed2a838ca744429ab153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  # Create plex user
  systemd-sysusers ombi.conf
  chown -R ombi:ombi /opt/ombi
}

post_upgrade() {
  systemctl daemon-reload
}

post_remove() {
  systemctl stop ombi.service
  true
}