mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-02-12 11:12:09 +00:00
-improved loading process -pipe is used for interprocess communication -readme update -session creation is in a separate file to avoid bans/floodwaits -refactoring
12 lines
No EOL
487 B
Desktop File
12 lines
No EOL
487 B
Desktop File
[Unit]
|
|
Description=Open-source Telegram VFS
|
|
[Service]
|
|
WorkingDirectory=/home/<username>/tgcloud
|
|
#ExecStart=/bin/python2.7 dedupfs/dedupfs.py -f --block-size 20971520 -o auto_unmount -o direct_io -o no_splice_write -o no_splice_read -o no_splice_move storage/
|
|
ExecStart=/bin/python2.7 dedupfs/dedupfs.py -f --block-size 20971520 -o hard_remove -o auto_unmount storage/
|
|
Restart=always
|
|
RestartSec=10
|
|
SyslogIdentifier=tgcloud-dedupfs-fuse
|
|
User=<username>
|
|
[Install]
|
|
WantedBy=multi-user.target |