summarylogtreecommitdiffstats
path: root/sympa-archived.service
blob: 2663ac7c296bd37cfdc4b99cc54315af937caecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Web archives building for Sympa
After=syslog.target
BindTo=sympa.service
 
[Service]
User=sympa
Group=sympa
Type=forking
PIDFile=/run/sympa/archived.pid
ExecStart=/usr/bin/archived.pl
Restart=on-failure

[Install]
WantedBy=multi-user.target