10 lines
144 B
SYSTEMD
10 lines
144 B
SYSTEMD
|
[Unit]
|
||
|
Description=Auto SWAP Service v1.0 (Bash Version)
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/autoswap.sh
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|