Guest User

Untitled

a guest
Sep 13th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. GNU nano 4.8 PS.service
  2. [Unit]
  3. Description=My custom startup script
  4.  
  5.  
  6. [Service]
  7. User=sega
  8. #Group=SegaPC
  9. WorkingDirectory=/home/sega
  10. ExecStart=/home/sega/runBODS1.sh start
  11. OOMScoreAdjust=-100
  12. LimitAS=infinity
  13. LimitRSS=infinity
  14. LimitCORE=infinity
  15. LimitNOFILE=infinity
  16.  
  17. [Install]
  18. WantedBy=multi-user.target
  19.  
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment