@@ -60,6 +60,7 @@ assets = [
6060 [" docs/examples/conf/statime.toml.default" , " /etc/statime/statime.toml" , " 644" ],
6161 [" docs/examples/conf/statime.preset" , " /lib/systemd/system-preset/50-statime.preset" , " 644" ],
6262 [" docs/examples/conf/statime.service" , " /lib/systemd/system/statime.service" , " 644" ],
63+ [" docs/examples/conf/statime-metrics-exporter.service" , " /lib/systemd/system/statime-metrics-exporter.service" , " 644" ],
6364 [" docs/examples/conf/41-statime.rules" , " /etc/udev/rules.d/41-statime.rules" , " 644" ],
6465 [" ../COPYRIGHT" , " /usr/share/doc/statime/COPYRIGHT" , " 644" ],
6566 [" ../LICENSE-APACHE" , " /usr/share/doc/statime/LICENSE-APACHE" , " 644" ],
@@ -85,6 +86,7 @@ assets = [
8586 { source = " docs/examples/conf/statime.toml.default" , dest = " /etc/statime/statime.toml" , mode = " 644" , config = true },
8687 { source = " docs/examples/conf/statime.preset" , dest = " /lib/systemd/system-preset/50-statime.preset" , mode = " 644" },
8788 { source = " docs/examples/conf/statime.service" , dest = " /lib/systemd/system/statime.service" , mode = " 644" },
89+ { source = " docs/examples/conf/statime-metrics-exporter.service" , dest = " /lib/systemd/system/statime-metrics-exporter.service" , mode = " 644" },
8890 { source = " docs/examples/conf/41-statime.rules" , dest = " /etc/udev/rules.d/41-statime.rules" , mode = " 644" , config = true },
8991 { source = " ../COPYRIGHT" , dest = " /usr/share/doc/statime/COPYRIGHT" , mode = " 644" , doc = true },
9092 { source = " ../LICENSE-APACHE" , dest = " /usr/share/doc/statime/LICENSE-APACHE" , mode = " 644" , doc = true },
0 commit comments