add systemd service.
This commit is contained in:
parent
d1eab69d74
commit
8346df8a57
1 changed files with 9 additions and 0 deletions
9
kub-tcp.service
Normal file
9
kub-tcp.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=kub-tcp service.
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStart=./src/kub.ts
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue