summarylogtreecommitdiffstats
path: root/pacmon.service
diff options
context:
space:
mode:
Diffstat (limited to 'pacmon.service')
-rw-r--r--pacmon.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/pacmon.service b/pacmon.service
new file mode 100644
index 000000000000..d9cdae5b330b
--- /dev/null
+++ b/pacmon.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=pacmon
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+ExecStart=/usr/bin/pacmon
+User=pacmon
+Restart=always
+
+[Install]
+WantedBy=multi-user.target