summarylogtreecommitdiffstats
path: root/alps-user.service
diff options
context:
space:
mode:
Diffstat (limited to 'alps-user.service')
-rw-r--r--alps-user.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/alps-user.service b/alps-user.service
new file mode 100644
index 000000000000..a9041128567e
--- /dev/null
+++ b/alps-user.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=A simple and extensible webmail
+Documentation=https://git.sr.ht/~migadu/alps/tree/master/item/docs
+After=network.target
+Wants=network-online.target
+
+[Service]
+EnvironmentFile=%E/alps/alps.conf
+ExecStart=/usr/bin/alps $ALPS_OPTIONS $ALPS_SERVERS
+Restart=on-failure
+
+[Install]
+WantedBy=default.target