apolloapi-v2/backend/swap.service
John bee143b3fe Backend Image Updates
Add NVME Swap memory, update first run scripts.
2021-07-30 15:28:17 -04:00

14 lines
220 B
Desktop File
Executable File

[Unit]
Description=swap
After=multi-user.target rc-local.service
[Service]
Type=simple
User=root
#Start:
ExecStart=/opt/apolloapi/backend/start_swap.sh
WorkingDirectory=/media/nvme
[Install]
WantedBy=multi-user.target