广州活力数据恢复中心

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 3843|回复: 0

synology群晖 DSM6 命令行service control list(terminal)

[复制链接]

92

主题

104

帖子

688

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
688
发表于 2020-6-7 20:17:32 | 显示全部楼层 |阅读模式
synology群晖 DSM6 命令行service control list(terminal)

查看命令:
  1. synoservicecfg --list
复制代码


output:

  1. DSM
  2. apparmor
  3. atalk
  4. avahi
  5. bluetoothd
  6. bonjour
  7. btacd
  8. crond
  9. cups-lpd
  10. cupsd
  11. dbus
  12. dc-output
  13. ddns
  14. findhost
  15. ftpd
  16. ftpd-ssl
  17. gcpd
  18. heartbeat
  19. hotplugd
  20. iscsitrg
  21. ldap-server
  22. manutild
  23. miniupnpd-handler
  24. natpmpd
  25. nfsd
  26. nginx
  27. nmbd
  28. nslcd
  29. ntpd-client
  30. ntpd-server
  31. pgsql
  32. pkgctl-Apache2.2
  33. pkgctl-AudioStation
  34. pkgctl-DiagnosisTool
  35. pkgctl-Docker
  36. pkgctl-DownloadStation
  37. pkgctl-FileStation
  38. pkgctl-Git
  39. pkgctl-LogCenter
  40. pkgctl-MariaDB10
  41. pkgctl-MediaServer
  42. pkgctl-Node.js_v12
  43. pkgctl-Node.js_v4
  44. pkgctl-Node.js_v8
  45. pkgctl-NoteStation
  46. pkgctl-OAuthService
  47. pkgctl-PHP5.6
  48. pkgctl-PHP7.0
  49. pkgctl-PHP7.2
  50. pkgctl-Perl
  51. pkgctl-PhotoStation
  52. pkgctl-PodcastGenerator
  53. pkgctl-PrestoServer
  54. pkgctl-Spreadsheet
  55. pkgctl-SqueezeCenter
  56. pkgctl-StorageAnalyzer
  57. pkgctl-SynoFinder
  58. pkgctl-SynologyApplicationService
  59. pkgctl-SynologyDrive
  60. pkgctl-SynologyFileManager
  61. pkgctl-SynologyMoments
  62. pkgctl-TextEditor
  63. pkgctl-VideoStation
  64. pkgctl-VirtualHere
  65. pkgctl-Virtualization
  66. pkgctl-WebDAVServer
  67. pkgctl-WebStation
  68. pkgctl-WordPress
  69. pkgctl-ffmpeg
  70. pkgctl-nano
  71. pkgctl-phpMyAdmin
  72. pkgctl-py3k
  73. pkgctl-synocli-file
  74. pppoerelay
  75. rsyncd
  76. s2s_daemon
  77. samba
  78. scemd
  79. scsi_plugin_server
  80. sftp
  81. snmp
  82. ssdp
  83. ssh-shell
  84. sssd
  85. support-remote-access
  86. synoagentregisterd
  87. synobackupd
  88. synocacheclient
  89. synocachepinfiletool
  90. synocgid
  91. synoconfd
  92. synocontentextractd
  93. synocrond
  94. synogpoclient
  95. synoindexd
  96. synologanalyzer
  97. synologrotate
  98. synomkflvd
  99. synomkthumbd
  100. synomount
  101. synonetd
  102. synoovs-db
  103. synoovs-vswitch
  104. synoperfeventd
  105. synopyntlmd
  106. synorelayd
  107. synosnmpcd
  108. synostoraged
  109. synotifyd
  110. synotunnel
  111. synovpnclient
  112. synowifid
  113. synowstransfer
  114. syslog-acc
  115. syslog-ng
  116. syslog-notify
  117. system
  118. telnetd
  119. tftp
  120. upnpd
  121. ups-net
  122. ups-usb
  123. usbipd
  124. winbindd
复制代码





  1. synoservicecfg --help
复制代码



output:
  1. Copyright (c) 2003-2020 Synology Inc. All rights reserved.

  2. SynoService Tool Help (Version 25426)
  3. Usage: synoservice
  4.         --help                                                        Show this help
  5.         --help-dev                                                More specialty functions for deveplopment
  6.         --is-enabled                [ServiceName]                        Check if the service is enabled
  7.         --status                [ServiceName]                        Get the status of specified services
  8.         --enable                [ServiceName]                        Set runkey to yes and start the service (alias to --start)
  9.         --disable                [ServiceName]                        Set runkey to no and stop the service (alias to --stop)
  10.         --hard-enable                [ServiceName]                        Set runkey to yes and start the service and its dependency (alias to --hard-start)
  11.         --hard-disable                [ServiceName]                        Set runkey to no and stop the service and its dependency (alias to --hard-stop)
  12.         --restart                [ServiceName]                        Restart the given service
  13.         --reload                [ServiceName]                        Reload the given service
  14.         --pause                        [ServiceName]                        Pause the given service
  15.         --resume                [ServiceName]                        Resume the given service
  16.         --pause-by-reason        [ServiceName]        [Reason]        Pause the service by given reason
  17.         --resume-by-reason        [ServiceName]        [Reason]        Resume the service by given reason
  18.         --pause-all                (-p)        [Reason]        (Event)        Pause all service by given reason with optional event(use -p to include packages)
  19.         --pause-all-no-action        (-p)        [Reason]        (Event)        Set all service runkey to no but leave the current service status(use -p to include packages)
  20.         --resume-all                (-p)        [Reason]                Resume all service by given reason(use -p to include packages)
  21.         --reload-by-type        [type]                (buffer)        Reload services with specified type
  22.         --restart-by-type        [type]                (buffer)        Restart services with specified type
  23.                                                                 Type may be {file_protocol|application}
  24.                                                                 Sleep $buffer seconds before exec the command (default is 0)
复制代码




output:
  1. Copyright (c) 2003-2020 Synology Inc. All rights reserved.

  2. SynoService Tool Help (Version 25426)
  3. Usage: synoservice
  4.         --help                                                        Show this help
  5.         --help-dev                                                More specialty functions for deveplopment
  6.         --is-enabled                [ServiceName]                        Check if the service is enabled
  7.         --status                [ServiceName]                        Get the status of specified services
  8.         --enable                [ServiceName]                        Set runkey to yes and start the service (alias to --start)
  9.         --disable                [ServiceName]                        Set runkey to no and stop the service (alias to --stop)
  10.         --hard-enable                [ServiceName]                        Set runkey to yes and start the service and its dependency (alias to --hard-start)
  11.         --hard-disable                [ServiceName]                        Set runkey to no and stop the service and its dependency (alias to --hard-stop)
  12.         --restart                [ServiceName]                        Restart the given service
  13.         --reload                [ServiceName]                        Reload the given service
  14.         --pause                        [ServiceName]                        Pause the given service
  15.         --resume                [ServiceName]                        Resume the given service
  16.         --pause-by-reason        [ServiceName]        [Reason]        Pause the service by given reason
  17.         --resume-by-reason        [ServiceName]        [Reason]        Resume the service by given reason
  18.         --pause-all                (-p)        [Reason]        (Event)        Pause all service by given reason with optional event(use -p to include packages)
  19.         --pause-all-no-action        (-p)        [Reason]        (Event)        Set all service runkey to no but leave the current service status(use -p to include packages)
  20.         --resume-all                (-p)        [Reason]                Resume all service by given reason(use -p to include packages)
  21.         --reload-by-type        [type]                (buffer)        Reload services with specified type
  22.         --restart-by-type        [type]                (buffer)        Restart services with specified type
  23.                                                                 Type may be {file_protocol|application}
  24.                                                                 Sleep $buffer seconds before exec the command (default is 0)
复制代码


  1. restart DSM Webapplication:

  2. restart synoscgi
复制代码





一体优盘数据恢复 www.rflashdata.com
硬盘ROM损坏焊爆丢失配ROM服务
buffalo 隨身碟數據救援 bitlocker WDV2 lacie EFS等加密硬盘数据恢复,指纹爱国者加密优盘数据恢复 +86 18620923827
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|硬盘FLASH数据恢复论坛

GMT+8, 2024-5-16 14:59 , Processed in 0.043877 second(s), 25 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表