|
[Unit]
|
|
Description=Wifi Keepalive Service
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=$workingDirectory
|
|
ExecStart=$execStart
|
|
Restart=on-failure
|
|
SyslogIdentifier=wifi-keepalive
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|