Skip to content

Instantly share code, notes, and snippets.

import { StyleSheet, View, Text, ActivityIndicator } from "react-native";
import Sizer from "react-native-size";
import {
VictoryChart,
VictoryLine,
VictoryTheme,
VictoryAxis,
VictoryContainer,
VictoryCursorContainer,
Line,
@zbypy
zbypy / a_start
Created November 22, 2013 15:25
How to create linux service
The whole source of our daemon service is below. To use it for your own purposes do the following:
replace the name vsftpdg in the third line with your program name,
replace /usr/local/vsftpdg/pid with the folder where you’ll be running your program,
replace “nohup java -jar /usr/local/vsftpdg/vsftpdg_server.jar” with the path to your own program,
you’re good to go!