Schon mal ein Dienst im DSM zerwürgt? Hier kommt Hilfe.
Kurzform, z.B. den Docker Dienst neustarten.
1 |
synoservice --restart pkgctl-Docker |
Langform, Hilfe und Dienste anzeigen lassen.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
sudo synoservicecfg --help Copyright (c) 2003-2020 Synology Inc. All rights reserved. SynoService Tool Help (Version 25426) Usage: synoservice --help Show this help --help-dev More specialty functions for deveplopment --is-enabled [ServiceName] Check if the service is enabled --status [ServiceName] Get the status of specified services --enable [ServiceName] Set runkey to yes and start the service (alias to --start) --disable [ServiceName] Set runkey to no and stop the service (alias to --stop) --hard-enable [ServiceName] Set runkey to yes and start the service and its dependency (alias to --hard-start) --hard-disable [ServiceName] Set runkey to no and stop the service and its dependency (alias to --hard-stop) --restart [ServiceName] Restart the given service --reload [ServiceName] Reload the given service --pause [ServiceName] Pause the given service --resume [ServiceName] Resume the given service --pause-by-reason [ServiceName] [Reason] Pause the service by given reason --resume-by-reason [ServiceName] [Reason] Resume the service by given reason --pause-all (-p) [Reason] (Event) Pause all service by given reason with optional event(use -p to include packages) --pause-all-no-action (-p) [Reason] (Event) Set all service runkey to no but leave the current service status(use -p to include packages) --resume-all (-p) [Reason] Resume all service by given reason(use -p to include packages) --reload-by-type [type] (buffer) Reload services with specified type --restart-by-type [type] (buffer) Restart services with specified type Type may be {file_protocol|application} Sleep $buffer seconds before exec the command (default is 0) ### sudo synoservicecfg --list DSM apparmor atalk avahi bluetoothd bonjour btacd crond cups-lpd cupsd dbus dc-output ddns findhost ftpd ftpd-ssl gcpd heartbeat hotplugd iscsitrg ldap-server manutild miniupnpd-handler natpmpd nfsd nginx nmbd nslcd ntpd-client ntpd-server pgsql pkgctl-CloudStation pkgctl-Docker pkgctl-DownloadStation pkgctl-FileStation pkgctl-HyperBackup pkgctl-Java8 pkgctl-Node.js_v12 pkgctl-Node.js_v4 pkgctl-Node.js_v8 pkgctl-OAuthService pkgctl-PDFViewer pkgctl-ReplicationService pkgctl-StorageAnalyzer pkgctl-SynoFinder pkgctl-SynologyApplicationService pkgctl-Virtualization pkgctl-WebDAVServer pppoerelay rsyncd s2s_daemon samba scemd scsi_plugin_server sftp snmp ssdp ssh-shell sssd support-remote-access synoagentregisterd synobackupd synocacheclient synocachepinfiletool synocgid synoconfd synocontentextractd synocrond synogpoclient synoindexd synologanalyzer synologrotate synomkflvd synomkthumbd synomount synonetd synoovs-db synoovs-vswitch synoperfeventd synopyntlmd synorelayd synosnmpcd synostoraged synotifyd synotunnel synovpnclient synowifid synowstransfer syslog-acc syslog-ng syslog-notify system telnetd tftp upnpd ups-net ups-usb usbipd winbindd |