summaryrefslogtreecommitdiff
path: root/systemd/db-import@.service
blob: 884d4afc9290ae6d0a6e10200182919e7452eba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=db-import %I
Wants=network-online.target
After=network-online.target

[Service]
Type=oneshot
User=repo
Environment=DBSCRIPTS_CONFIG=/etc/dbscripts/config.local.%I
ExecStart=/usr/bin/db-import-pkg %I

PrivateTmp=true