26 lines
532 B
Desktop File
26 lines
532 B
Desktop File
[Unit]
|
|
Description=Tensamin Iota daemon
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
Requires=iota-daemon.socket
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/iota-daemon
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
RuntimeDirectory=iota
|
|
RuntimeDirectoryMode=0750
|
|
Environment=IOTA_SOCKET=/run/iota/iota.sock
|
|
|
|
# Exit code 75 = restart requested (daemon-specific convention)
|
|
RestartPreventExitStatus=0
|
|
RestartForceExitStatus=75
|
|
|
|
# Graceful shutdown
|
|
TimeoutStopSec=10
|
|
KillMode=mixed
|
|
KillSignal=SIGTERM
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|