Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Bagas Udi Sahsangka committed Oct 20, 2020
1 parent abb29fa commit fb6817b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gate-out.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=Gate Out Service
Requires=network.target

[Service]
User=root
ExecStart=/usr/bin/gate_out.py
Restart=always
RestartSec=3

[Install]
WantedBy=multi-user.target

0 comments on commit fb6817b

Please sign in to comment.