aboutsummaryrefslogtreecommitdiffstats
path: root/l2md.service
blob: 917cac27008ade6f47ef36a7640934c8b0e58461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=lore2maildir
After=network-online.target

[Service]
Type=simple
User=darkstar
WorkingDirectory=/home/darkstar/
ExecStart=/usr/bin/l2md
Restart=on-failure

[Install]
WantedBy=multi-user.target