blob: a9041128567ed647fa703e3757edf5a6cb0f470b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|