commit | author | age | ||
0af362 | 1 | [Unit] |
9d2280 | 2 | Description=Calypso |
0af362 | 3 | After=network.target syslog.target |
U | 4 | |
5 | [Service] | |
9d2280 | 6 | ExecStart=/home/pi/prg/calypso/start |
a78c3a | 7 | WorkingDirectory=/home/pi/prg/calypso |
0af362 | 8 | StandardOutput=inherit |
U | 9 | StandardError=inherit |
10 | Restart=always | |
11 | User=pi | |
12 | Type=forking | |
13 | ||
14 | [Install] | |
9d2280 | 15 | WantedBy=multi-user.target |