summaryrefslogtreecommitdiff
path: root/units/ghost.service
blob: af5f3760e72a0eb732131cd8e5a9653ef1bafb80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=ghost process
DefaultDependencies=no
Requires=dbus.socket
After=dbus.socket

[Service]
ExecStart=/usr/bin/ghost
StandardOutput=journal+console
StandardError=inherit

[Install]
WantedBy=multi-user.target