summaryrefslogtreecommitdiff
path: root/roles/greenbone/server/templates/systemd.service.j2
blob: 42a927607f460341001f394251b62c836575b861 (plain) (blame)
1
2
3
4
5
6
7
8
[Unit]
Description=greenbone feed update for {{ greenbone_server_hostname }}
After=docker.service
Requires=docker.service

[Service]
Type=oneshot
ExecStart="/usr/local/bin/update-greenbone.{{ greenbone_server_hostname }}"