Skip to content

Commit

Permalink
add service file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bagas Udi Sahsangka committed Aug 30, 2021
1 parent 071bc8f commit d16656c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions uhf-reader.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=UHF Reader Service
Requires=network.target

[Service]
User=root
ExecStart=/home/weleri-server/apps/parking-system/uhf-reader.py
Restart=always
RestartSec=3

[Install]
WantedBy=multi-user.target

0 comments on commit d16656c

Please sign in to comment.