Initial import
This commit is contained in:
commit
8d7562cd14
7 changed files with 847 additions and 0 deletions
18
cronosagent.service
Normal file
18
cronosagent.service
Normal file
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=CronosAgent
|
||||
Afer=network.target
|
||||
|
||||
[Service]
|
||||
; system.service
|
||||
Type=simple
|
||||
ExecStart=/opt/CronosAgent/cronosagent.sh
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
; system.exec
|
||||
User=cronos
|
||||
Group=cronos
|
||||
StandardOutput=syslog
|
||||
WorkingDirectory=/opt/CronosAgent
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue