[Unit] Description=cellular-proxy WWAN watch once (timer) After=network-online.target ConditionPathExists=@INSTALL_DIR@/etc/settings.conf [Service] Type=oneshot EnvironmentFile=-@INSTALL_DIR@/etc/runtime.env EnvironmentFile=-@INSTALL_DIR@/etc/settings.conf ExecStart=@INSTALL_DIR@/scripts/watch-cellular.sh --once Nice=10 MemoryMax=16M NoNewPrivileges=true ProtectSystem=full ProtectHome=true PrivateTmp=true StandardOutput=append:@LOG_DIR@/watch.log StandardError=append:@LOG_DIR@/watch.log