summaryrefslogtreecommitdiff
path: root/pcr/mailpile/mailpile.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-28 04:39:51 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-28 04:39:51 -0300
commitdee18d3b579f4bc4b949651389e1d96250e543fc (patch)
tree5502520d851c64051e81cbf818274e3bba61c401 /pcr/mailpile/mailpile.service
parent4c0ead787d0a9e1b3fde331e17f7743ede8fcb77 (diff)
downloadabslibre-dee18d3b579f4bc4b949651389e1d96250e543fc.tar.gz
abslibre-dee18d3b579f4bc4b949651389e1d96250e543fc.tar.bz2
abslibre-dee18d3b579f4bc4b949651389e1d96250e543fc.zip
mailpile: add new package to [pcr]
Diffstat (limited to 'pcr/mailpile/mailpile.service')
-rw-r--r--pcr/mailpile/mailpile.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/pcr/mailpile/mailpile.service b/pcr/mailpile/mailpile.service
new file mode 100644
index 000000000..51a110552
--- /dev/null
+++ b/pcr/mailpile/mailpile.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Mailpile Daemon
+Requires=network.target
+After=network.target
+
+[Service]
+User=mailpile
+PIDFile=/run/mailpile.pid
+PrivateTmp=true
+Environment=MAILPILE_HOME=/var/lib/mailpile
+ExecStart=/usr/bin/mp --www= --wait
+
+[Install]
+WantedBy=multi-user.target