Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mdserver-web/plugins/swap/init.d/swap.service.tpl

14 lines
239 B

[Unit]
Description=Swap Process Manager
After=network.target
[Service]
Type=forking
ExecStart={$SERVER_PATH}/swap/init.d/swap start
ExecStop={$SERVER_PATH}/swap/init.d/swap stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target