summaryrefslogtreecommitdiff
path: root/pcr/timekpr/timekpr.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-01 16:23:26 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-01 16:23:26 -0200
commit984519b53d8ed46486460f632fbcf52c39ee6b57 (patch)
tree76ee53329b569f1cee1893add3c0aa6bfe8c72ca /pcr/timekpr/timekpr.service
parentac49e42e536d17cf20821bca9fef5c3f122b53c5 (diff)
timekpr-0.3.2-9: updating revision
* Add timekpr.service for systemd
Diffstat (limited to 'pcr/timekpr/timekpr.service')
-rw-r--r--pcr/timekpr/timekpr.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/timekpr/timekpr.service b/pcr/timekpr/timekpr.service
new file mode 100644
index 000000000..b3ea6e211
--- /dev/null
+++ b/pcr/timekpr/timekpr.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keep control of computer usage
+After=syslog.target systemd-user-sessions.service
+
+[Service]
+ExecStart=/usr/bin/timekpr
+
+[Install]
+WantedBy=multi-user.target