projects
/
fake-hwclock.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add systemd service file
[fake-hwclock.git]
/
debian
/
fake-hwclock.service
1
[Unit]
2
Description=Restore / save the current clock
3
Before=systemd-fsck-root.service
4
5
[Service]
6
EnvironementFile=-/etc/default/fake-hwclock
7
ExecStart=fake-hwclock load $FORCE
8
ExecStop=fake-hwclock save
9
10
[Install]
11
WantedBy=multi-user.target