[Unit] Description=EvaTeam Service After=network-online.target Wants=network-online.target [Service] Environment="LANG=en_US.UTF-8" WorkingDirectory=/ ExecStart=/bin/bash -c "/opt/bin/services start && touch /.vzfifo" ExecStop=/opt/bin/services stop ExecReload=/opt/bin/services restart Type=oneshot RemainAfterExit=on [Install] WantedBy=multi-user.target