summarylogtreecommitdiffstats
path: root/mathopd.service
blob: 2d2bd3fe34eec5f44d66aa410868aed2d28c00e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=A very small, yet very fast HTTP server for UN*X systems
After=network.target

[Service]
Type=simple
SyslogLevel=notice

ExecStart=/usr/bin/mathopd -f /etc/mathopd/mathopd.cfg
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process

[Install]
WantedBy=multiuser.target