summarylogtreecommitdiffstats
path: root/quagga.install
diff options
context:
space:
mode:
Diffstat (limited to 'quagga.install')
-rw-r--r--quagga.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/quagga.install b/quagga.install
new file mode 100644
index 000000000000..247454599dad
--- /dev/null
+++ b/quagga.install
@@ -0,0 +1,13 @@
+post_install() {
+ systemd-sysusers quagga.conf
+ systemd-tmpfiles --create quagga.conf
+}
+
+post_upgrade() {
+ systemctl daemon-reload
+}
+
+post_remove() {
+ systemctl daemon-reload
+ userdel quagga > /dev/null
+}