Skip to content

Commit

Permalink
nodediag.service: add systemd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Jul 10, 2015
1 parent 360cd2c commit 72b50bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nodediag.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Unit]
Description=Nodediag
After=syslog.target network.target

[Service]
ExecStart=/usr/bin/nodediag -s -v

[Install]
WantedBy=multi-user.target

0 comments on commit 72b50bf

Please sign in to comment.