Create tai@.service

pull/3/head
DocArmoryTech 2020-11-03 12:26:01 +00:00 committed by GitHub
parent 09a93ca1cd
commit 09d1691032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
debian/tai@.service vendored Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=Threat Actor Intelligence Server
PartOf=tai.target
[Service]
WorkingDirectory=/home/tai/threat-actor-intelligence-server/bin
ExecStart=/home/tai/tai-env/bin/python3 tai-server.py --port=%I --address='127.0.0.1'
User=tai
Restart=on-failure
Type=simple
[Install]
WantedBy=multi-user.target