14 lines
259 B
Desktop File
14 lines
259 B
Desktop File
[Unit]
|
|
Description=remoteStorage server
|
|
After=local-fs.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10
|
|
User=armadietto
|
|
ExecStart=/usr/local/bin/armadietto -c /usr/share/armadietto/config.json
|
|
|
|
[Install]
|
|
WantedBy=basic.target |