19 lines
350 B
Desktop File
19 lines
350 B
Desktop File
[Unit]
|
|
Description=tsg env init
|
|
Requires=network.target
|
|
After=network.target
|
|
Before=mrenv.service
|
|
|
|
[Service]
|
|
#WorkingDirectory=/opt/tsg/env
|
|
ExecStart=/opt/tsg/env/setup
|
|
#ExecStop=/home/tsg/kni/kni_service_scipt stop
|
|
#ExecStop=/bin/kill -9 $MAINPID
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
#Restart=always
|
|
#RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|