java - Debian 将 spring boot 应用程序作为服务执行 : service not found

标签 java linux spring-boot debian init.d

我关注这个文档:https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#deployment-initd-service

我的应用程序存储库:

└──╼ ls -l
total 67556
-rw-r--r-- 1 root root     1842 nov.   7 15:06 application.yml
-rw-r--r-- 1 root root 69169161 nov.  12 07:50 importparcoursup.jar
┌─[root@prodsb01:/var/apps/importsup]

在创建中:

ln -s /var/apps/importsup/importparcoursup.jar /etc/init.d/importparcoursup

服务启动错误:

┌─[✗]─[root@prodsb01:/var/apps/importsup]
└──╼ service importparcoursup start
Failed to start importparcoursup.service: Unit importparcoursup.service not found.

我是不是忘记了什么?

这是我尝试过的更多命令:

┌─[✗]─[root@prodsb01:/var/apps/importsup]
└──╼ /etc/init.d/importparcoursup start
-bash: /etc/init.d/importparcoursup: Permission non accordée

┌─[✗]─[root@prodsb01:/var/apps/importsup]
└──╼ sudo /etc/init.d/importparcoursup start
-bash: sudo : commande introuvable

今天再尝试一下:

┌─[root@prodsb01:/var/apps/importsup]
└──╼ ls -l /etc/init.d/
total 92
-rwxr-xr-x 1 root root 1232 avril  7  2017 console-setup.sh
-rwxr-xr-x 1 root root 3049 mai    4  2015 cron
-rwxr-xr-x 1 root root 2813 mars   2  2018 dbus
-rwxr-xr-x 1 root root 6697 avril 18  2017 fail2ban
-rwxr-xr-x 1 root root 3809 mars  22  2017 hwclock.sh
lrwxrwxrwx 1 root root   40 nov.  12 15:34 importparcoursup -> /var/apps/importsup/importparcoursup.jar
-rwxr-xr-x 1 root root 2448 déc.  31  2016 irqbalance
-rwxr-xr-x 1 root root 1479 mai   19  2016 keyboard-setup.sh
-rwxr-xr-x 1 root root 2044 déc.  26  2016 kmod
-rwxr-xr-x 1 root root 4597 sept. 17  2016 networking
-rwxr-xr-x 1 root root 1846 juil. 25  2017 open-vm-tools
-rwxr-xr-x 1 root root 3624 févr. 23  2018 postfix
-rwxr-xr-x 1 root root 1191 nov.  22  2016 procps
-rwxr-xr-x 1 root root 4355 déc.  10  2017 rsync
-rwxr-xr-x 1 root root 2868 janv. 19  2017 rsyslog
-rwxr-xr-x 1 root root 2578 juin  20  2016 snmpd
-rwxr-xr-x 1 root root 4033 mars   1  2018 ssh
-rwxr-xr-x 1 root root 6087 juil.  6  2017 udev
-rwxr-xr-x 1 root root 1391 mai    6  2017 unattended-upgrades
-rwxr-xr-x 1 root root 2757 nov.  23  2016 x11-common
┌─[root@prodsb01:/var/apps/importsup]
└──╼ service importparcoursup start
Failed to start importparcoursup.service: Unit importparcoursup.service not found.

最佳答案

由于某种原因,我需要重新启动服务器。现在一切正常。

关于java - Debian 将 spring boot 应用程序作为服务执行 : service not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53253253/

相关文章:

java - ExceptionMapper的执行顺序

c++ - 编译有效,启动不是 - "standard path"?

linux - bash 脚本读取目录中的所有文件

java - 为什么是 "javax.net.ssl.SSLHandshakeException"?

spring - 预计至少有 1 个有资格作为此依赖项的 Autowiring 候选者的 bean

java - java.time 无法解析秒的小数部分吗?

java - 我如何在 portlet 中获得 Liferay 的 Hibernate Session 实现?

java - 将多个定界符传递给 StringTokenizer 构造函数

linux - wifi数据包捕获有什么限制?

css 不会在此元素中加载。但 css 在其他元素中工作顺利