xref: /DragonReach/parse_test/test.service (revision b58bd5a17ff5d5ea5385adc176e215cd2b9a485c)
1[Unit]
2Description=My Service
3Documentation=https://example.com/docs/my-service.html
4#After=network.target
5
6[Service]
7Type=simple
8ExecStart=/home/heyicong/DragonOs/bin/sysroot/bin/DragonReach --option1=value1 --option2=value2
9WorkingDirectory=/home/heyicong/
10User=myuser
11Group=mygroup
12Environment=VAR1=value1
13Environment=VAR2=value2
14Restart=on-failure
15RestartSec=5s
16TimeoutStartSec=10s
17TimeoutStopSec=10s
18
19[Install]
20#WantedBy=multi-user.target
21