pass: Modify unit configuration file for systemd
authorWook Song <wook16.song@samsung.com>
Tue, 22 Nov 2016 02:24:50 +0000 (11:24 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Jan 2017 11:35:37 +0000 (20:35 +0900)
This patch modifies the unit configuration file (normally, the file name
of each systemd unit configuration file ends in .service) to register
the pass daemon to systemd.

Note: at this point, you can build and run this package.

Signed-off-by: Wook Song <wook16.song@samsung.com>
systemd/pass.service

index ec30d82..070f30d 100644 (file)
@@ -3,7 +3,7 @@ Description=System device daemon
 
 [Service]
 SmackProcessLabel=System::Privileged
-ExecStart=/usr/bin/deviced
+ExecStart=/usr/bin/pass
 Restart=always
 RestartSec=0
 KillSignal=SIGUSR1