mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-16 05:00:48 +02:00
14 lines
220 B
Desktop File
14 lines
220 B
Desktop 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
|