16 lines
265 B
Desktop File
16 lines
265 B
Desktop File
[Unit]
|
|
Description=Tower Daemon
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
EnvironmentFile=-/etc/towerd/env
|
|
WorkingDirectory=/opt/towerd
|
|
ExecStart=/opt/towerd/target/release/towerd
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|