Skip to content

Commit

Permalink
Sample systemd unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 14, 2024
1 parent cdfcfef commit e42a128
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions audion.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=audion
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/usr/local/bin/audion -t 8.8.8.8 -o 8.8.8.8-output.txt
Restart=on-failure

[Install]
WantedBy=multi-user.target

0 comments on commit e42a128

Please sign in to comment.