Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
9eb9f97f
Commit
9eb9f97f
authored
Apr 28, 2017
by
telyn
Browse files
Add service file so people get their tentacles on boot on systemd
parent
7a9085d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
meta/debian/bytemark-symbiosis.service
0 → 100644
View file @
9eb9f97f
[Unit]
Documentation
=
man:systemd-sysv-generator(8)
SourcePath
=
/etc/init.d/bytemark-symbiosis
Description
=
LSB: Alerts the user that the system is using Bytemark Symbiosis.
Before
=
multi-user.target
Before
=
multi-user.target
Before
=
multi-user.target
Before
=
graphical.target
After
=
remote-fs.target
After
=
sshd.service
[Service]
Type
=
forking
Restart
=
no
TimeoutSec
=
5min
IgnoreSIGPIPE
=
no
KillMode
=
process
GuessMainPID
=
no
RemainAfterExit
=
yes
SuccessExitStatus
=
5 6
ExecStart
=
/etc/init.d/bytemark-symbiosis start
ExecStop
=
/etc/init.d/bytemark-symbiosis stop
ExecReload
=
/etc/init.d/bytemark-symbiosis reload
StandardOutput
=
tty
meta/debian/control
View file @
9eb9f97f
...
...
@@ -3,7 +3,7 @@ Section: web
Priority: extra
Maintainer: James Carter <jcarter@bytemark.co.uk>
Uploaders: Patrick J Cherry <patrick@bytemark.co.uk>, Steve Kemp <steve@bytemark.co.uk>
Build-Depends: debhelper (>= 7.0.0)
Build-Depends: debhelper (>= 7.0.0)
, dh_systemd
Standards-Version: 3.9.6
Package: bytemark-symbiosis
...
...
meta/debian/rules
View file @
9eb9f97f
...
...
@@ -4,4 +4,4 @@
#
%:
dh $@
dh $@
--with systemd
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment