File: rbootd.service

package info (click to toggle)
rbootd 3.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: ansic: 1,654; sh: 98; makefile: 51
file content (14 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Remote Boot Daemon
Documentation=man:rbootd(8)
After=network.target

[Service]
Type=forking
EnvironmentFile=/etc/default/rbootd
ExecStart=/usr/sbin/rbootd
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target
Alias=rbootd.service