|
|
2014-01-09
, 00:23
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Jan 2014
|
#2
|
|
|
2014-01-09
, 10:29
|
|
|
Posts: 562 |
Thanked: 2,744 times |
Joined on Dec 2013
@ Espoo, Finland
|
#3
|
systemctl enable btsync.service
|
|
2014-01-12
, 15:52
|
|
Posts: 7 |
Thanked: 1 time |
Joined on Dec 2013
@ Finland
|
#4
|
|
|
2014-01-25
, 16:17
|
|
Posts: 6 |
Thanked: 3 times |
Joined on Mar 2010
@ Russia
|
#5
|
[root@localhost system]# systemctl status btsync.service
btsync.service - BitTorrent Sync application
Loaded: loaded (/lib/systemd/system/btsync.service; disabled)
Active: active (running) since Sat, 25 Jan 2014 21:55:40 +0600; 1s ago
Process: 9964 ExecStart=/usr/local/bin/btsync --config %h/.config/btsync/btsync.config (code=exited, status=0/SUCCESS)
Main PID: 9971 (btsync)
CGroup: name=systemd:/system/btsync.service
└ 9971 /usr/local/bin/btsync --config /home/nemo/.config/btsync/btsync.config
[root@localhost system]# cat /lib/systemd/system/btsync.service
[Unit]
Description=BitTorrent Sync application
After=network.target
[Service]
Type=forking
User=nemo
ExecStart=/usr/local/bin/btsync --config %h/.config/btsync/btsync.config
PIDFile=%h/.config/btsync/sync.pid
[Install]
WantedBy=multi-user.target
Last edited by iltsu; 2014-01-02 at 02:51.