diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-11 19:21:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-11 19:21:19 +0300 |
commit | 5e351f4ee85102acc1fca033f6ba86ff7fe3705a (patch) | |
tree | 173aea419b3c754421c3ae7c00a3dd3f08bfc3de /packages/net-p2p/syncthing/files/systemd | |
parent | bb21f1eb84acdf92d5eb628db9fc80f25e2cc4fe (diff) |
moved edited exherbo packages to separate repo "git://sss.chaoslab.ru/exherbo-edits-repo.git"
added latest codelite stable tag release as git-master failing to build
Diffstat (limited to 'packages/net-p2p/syncthing/files/systemd')
-rw-r--r-- | packages/net-p2p/syncthing/files/systemd/syncthing.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/net-p2p/syncthing/files/systemd/syncthing.service b/packages/net-p2p/syncthing/files/systemd/syncthing.service deleted file mode 100644 index e5ff0ae..0000000 --- a/packages/net-p2p/syncthing/files/systemd/syncthing.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Syncthing service for %i -After=network.target - -[Service] -User=%i -Environment=STNORESTART=yes -ExecStart=/usr/bin/syncthing -Restart=always - -[Install] -WantedBy=multi-user.target
\ No newline at end of file |