File: whereami.service

package info (click to toggle)
whereami 0.3.36
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 424 kB
  • sloc: sh: 1,094; perl: 524; makefile: 24
file content (16 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=
Documentation=man:whereami(8)
Wants=network-online.target
After=network-online.target

[Service]
Type=oneshot
RuntimeDirectory=whereami
RuntimeDirectoryPreserve=yes
RemainAfterExit=yes
ExecStart=/usr/sbin/whereami --run_from init --syslog --hint netstart
ExecStop=/usr/sbin/whereami --run_from init --syslog shutdown

[Install]
WantedBy=multi-user.target