Sign in

简柏林 / thingskit · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit
  • application
  • src
  • main
  • scripts
  • control
  • thingsboard.service
  • Non root docker user (#2460) ...
    aabc22d7
    * Non root docker user
    
    * Fixes for user - signle user for all services
    
    * Base image changed
    
    * Fixes for pvc removal
    
    * Moved to be in sync with PE
    
    * Changed to TB repository
    VoBa authored
    2020-03-10 16:52:50 +0200  
    Browse Files »
thingsboard.service 190 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
[Unit]
Description=${pkg.name}
After=syslog.target

[Service]
User=${pkg.user}
ExecStart=${pkg.installFolder}/bin/${pkg.name}.jar
SuccessExitStatus=143

[Install]
WantedBy=multi-user.target