summarylogtreecommitdiffstats
path: root/devdocs.service
blob: 3c1263e7697eabb491182f2ef4d8c16b3d49bac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=DevDocs
After=network.target

[Service]
ExecStart=/usr/bin/devdocs-server
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target