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: | 12/12/18 4:00 PM |
---|
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 Marko on 6/29/16 2:46 PM
This automatic startup is not working in Kubuntu 16.04.
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?
Important: This area is reserved for useful tips. Therefore, do not post any questions here. Instead, use our
public forums to post questions.