1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transfersh_ynh.git synced 2024-09-04 01:35:59 +02:00
transfersh_ynh/conf/systemd.service

15 lines
321 B
SYSTEMD
Raw Normal View History

2022-06-25 13:37:10 +02:00
[Unit]
2022-06-26 07:03:10 +02:00
Description=Transfersh: file sharing
2022-06-25 13:37:10 +02:00
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
2023-04-06 11:04:48 +02:00
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/transfersh --provider=local --listener :__PORT__ --temp-path=/tmp/ --basedir=__DATA_DIR__
2022-06-25 13:37:10 +02:00
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target