summarylogtreecommitdiffstats
path: root/greenbone-certdata-sync.service
blob: bbdc467d8d7d4d2f27d78e6c80c410e39b351374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Synchronize the greenbon certdata
Requires=network-online.target
After=network-online.target

[Service]
Type=simple
User=gvm
Group=gvm
ExecStart=/usr/bin/greenbone-certdata-sync --rsync

[Install]
WantedBy=multi-user.target