Document information
| Document ID: | 1447 |
|---|
| Subject: | SynaMan/Syncrify won't start on Ubuntu/Debian after reboot |
|---|
| Creation date: | 7/30/10 9:48 AM |
|---|
| Last modified on: | 7/30/10 10:17 AM |
|---|
Restarting after reboot on Ubuntu/Debian
IMPORTANT: The following topic apply to Syncrify as well as SynaMan.
The installer script for Linux assumes you have
chkconfig installed on the system, which is a program that starts a program automatically when a machine boots up. Ubuntu/Debian does not come with
chkconfig. Instead, it comes with another program called
sysv-rc-conf, which is almost identical to
chkconfig.
Following steps demonstrate how to add Syncrify or SynaMan using
sysv-rc-conf .
Steps
User comments
Posted by Jarno van de Moosdijk on 2/17/13 5:03 AM
Information in this article is incorrect. The /etc/init.d/syncrify file does not contain enough information for it to be interpreted correctly by sysv-rc-conf or update-rc.d. It should start with:
----------------- begin code snippet ---------------------
#! /bin/sh
### BEGIN INIT INFO
# Provides: syncrify
# Required-Start: $network
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Syncrify - incremental backup
### END INIT INFO
----------------- end code snippet ---------------------
Add a comment to this document
Do you have a helpful tip related to this document that you'd like to share
with other users? Please add it below. Your name and tip will appear at the
end of the document text.