7c3d7cdb6a2607b72afe7326861ed0ad90ee932a
howto/nixos.md
| ... | ... | @@ -202,10 +202,8 @@ in |
| 202 | 202 | dn42-roa = { |
| 203 | 203 | after = [ "network.target" ]; |
| 204 | 204 | description = "DN42 ROA Updated"; |
| 205 | - unitConfig = { |
|
| 206 | - Type = "one-shot"; |
|
| 207 | - }; |
|
| 208 | 205 | serviceConfig = { |
| 206 | + Type = "oneshot"; |
|
| 209 | 207 | ExecStart = "${script}/bin/update-roa"; |
| 210 | 208 | }; |
| 211 | 209 | }; |