Skip to content

Commit

Permalink
Monitor unit
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Aug 17, 2024
1 parent 71388e3 commit c092b90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "domcloud-bridge",
"version": "0.54.0",
"version": "0.55.0",
"description": "Deployment runner for DOM Cloud",
"main": "app.js",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions sudoutil.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ switch (cli.args.shift()) {
'ip6tables',
'fail2ban',
'earlyoom',
'unit',
]
var statutes = exec(`systemctl is-failed ${services.join(' ')}`, { silent: true }).split('\n').filter((s) => s !== '');

Expand Down

0 comments on commit c092b90

Please sign in to comment.