13 lines
206 B
Desktop File
13 lines
206 B
Desktop File
[Unit]
|
|
Description=Motech Tomcat 8.0
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/srv/motech/bin/startup.sh
|
|
ExecStop=/srv/motech/bin/shutdown.sh
|
|
User=motech
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|