Am Sonntag, 24. März 2024, 21:26:16 CEST schrieb Stephan Hemeier:
Am Sonntag, 24. März 2024, 20:27:42 CET schrieb Dirk Meier:
Hallo, ich habe syncthng auf einem Leap 15.3 System installiert, und möchte dass das Programm beim Systemstart und nach Beenden neu startet. In der Doku findet man einen Hinweis auf einen systemd service. Den habe ich nach /etc/systemd kopiert und mit: systemctl enable syncthing@dirk.service wie in der Doku angegeben aufgerufen. Als Ergebnis bekomme ich: "Failed to enable unit: File syncthing@dirk.service: Invalid argument" Wie macht ihr das?
Installiert und einfach das syncthing@service nach /etc/systemd/system kopiert, nichts eingestellt und das hier:
systemctl enable syncthing@stephan.service Created symlink /etc/systemd/system/multi-user.target.wants/syncthing@stephan.service → /etc/systemd/system/syncthing@.service.
systemctl start syncthing@stephan.service
systemctl status syncthing@stephan.service ● syncthing@stephan.service - Syncthing - Open Source Continuous File Synchronization for stephan Loaded: loaded (/etc/systemd/system/syncthing@.service; enabled; vendor preset: disabled) Active: active (running) since Sun 2024-03-24 21:23:19 CET; 31s ago Docs: man:syncthing(1) Main PID: 9161 (syncthing) Tasks: 26 (limit: 4915) CGroup: /system.slice/system-syncthing.slice/syncthing@stephan.service ├─ 9161 /usr/bin/syncthing serve --no-browser --no-restart --logflags=0 └─ 9171 /usr/bin/syncthing serve --no-browser --no-restart --logflags=0
Mär 24 21:23:21 linux64 syncthing[9161]: [YHK2U] INFO: TCP listener ([::]:22000) starting Mär 24 21:23:21 linux64 syncthing[9161]: [YHK2U] INFO: Ready to synchronize "Default Folder" (default) (sendreceive) Mär 24 21:23:21 linux64 syncthing[9161]: [YHK2U] INFO: QUIC listener ([::]:22000) starting Mär 24 21:23:21 linux64 syncthing[9161]: [YHK2U] INFO: Completed initial scan of sendreceive folder "Default Folder" (default) Mär 24 21:23:21 linux64 syncthing[9161]: [YHK2U] INFO: GUI and API listening on 127.0.0.1:8384 Mär 24 21:23:21 linux64 syncthing[9161]: [YHK2U] INFO: Access the GUI via the following URL: http://127.0.0.1:8384/ Mär 24 21:23:21 linux64 syncthing[9161]: [YHK2U] INFO: My name is "linux64" Mär 24 21:23:40 linux64 syncthing[9161]: [YHK2U] INFO: quic://0.0.0.0:22000 detected NAT type: Port restricted NAT Mär 24 21:23:40 linux64 syncthing[9161]: [YHK2U] INFO: quic://0.0.0.0:22000 resolved external address quic://92.196.250.35:22000 (via stun.syncthing.net:3478) Mär 24 21:23:41 linux64 syncthing[9161]: [YHK2U] INFO: Detected 1 NAT service
Jetzt wird es wieder deinstalliert.
Stephan
Ich mache genau das gleiche: *:/etc/systemd/system #* ls syncth* syncthing@.service *#* systemctl enable syncthing@dirk.service Failed to enable unit: File syncthing@dirk.service: Invalid argument Welche Leap Version verwndest du? -- Dirk