Skip to content

Commit

Permalink
Create setup.service
Browse files Browse the repository at this point in the history
  • Loading branch information
goffinet committed Dec 8, 2021
1 parent 94c1682 commit 5619824
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/setup.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=Setup script
After=network.target

[Service]
Type=simple
ExecStart=/root/setup.sh
TimeoutStartSec=0

[Install]
WantedBy=default.target

0 comments on commit 5619824

Please sign in to comment.