Create command.service for c&c

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent f831bf1a29
commit 808992cb5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,16 @@
[Unit]
Description=Command service
[Service]
TimeoutStopSec=5
ExecStart=/home/pi/CubeSatSim/command
WorkingDirectory=/home/pi/CubeSatSim
StandardOutput=inherit
StandardError=inherit
Restart=always
User=root
CPUAccounting=true
CPUQuota=5%
[Install]
WantedBy=default.target
Loading…
Cancel
Save

Powered by TurnKey Linux.