/lib/systemd/system/fso-deviced.service is in fso-deviced 0.12.0-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Unit]
Description=freesmartphone.org Device API daemon
Documentation=man:fso-deviced(1)
[Service]
Type=dbus
BusName=org.freesmartphone.odeviced
ExecStart=/usr/sbin/fsodeviced
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target
|