-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add back tar to release assets and also publish on images.metal-stack…
….io (#13) * Add back tar to release assets and also publish on images.metal-stack.io. * Also setup gcloud.
- Loading branch information
Showing
4 changed files
with
40 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[Unit] | ||
Description=nftables exporter service | ||
After=network-online.target | ||
|
||
[Service] | ||
Type=simple | ||
PIDFile=/run/nftables_exporter.pid | ||
ExecStart=/usr/bin/nftables-exporter | ||
User=root | ||
Group=root | ||
SyslogIdentifier=nftables-exporter | ||
Restart=on-failure | ||
RemainAfterExit=no | ||
RestartSec=100ms | ||
StandardOutput=journal | ||
StandardError=journal | ||
|
||
[Install] | ||
WantedBy=multi-user.target |