summarylogtreecommitdiffstats
path: root/once-background.service
blob: cd1341402613a189139e43cebfd9fd53be71f192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Once background tasks (once)
After=network.target docker.service

[Service]
Type=simple
Environment=ONCE_NO_SELF_UPDATE=1
ExecStart=/usr/bin/once background run --namespace once
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target