Skip to content

Commit

Permalink
add systemd unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Oct 2, 2023
1 parent ad81e6c commit 85b904b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tsblock.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Unit]
Description = tsblock
Requires = tailscaled.service

[Service]
ExecStart = /usr/local/sbin/tsblock

[Install]
WantedBy = multi-user.target

0 comments on commit 85b904b

Please sign in to comment.