summaryrefslogtreecommitdiff
path: root/baserock_webserver/etc/systemd/system/generate-docs.baserock.org.service
blob: 93ec6e7fe74f83de636513ab1de9792a598bf225 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description = Generate docs.baserock.org content

[Service]
Type = oneshot
ExecStart = /home/fedora/generate-docs.baserock.org
User = fedora
Group = fedora

[Install]
WantedBy=default.target