blob: 3febcaaccc0a279cbb579f3deec6dc37616e8ea4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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]
DynamicUser=yes
User=alps
Group=alps
EnvironmentFile=/etc/alps.conf
ExecStart=/usr/bin/alps $ALPS_OPTIONS $ALPS_SERVERS
Restart=on-failure
[Install]
WantedBy=multi-user.target
|