13 lines
173 B
Desktop File
Executable File
13 lines
173 B
Desktop File
Executable File
|
|
[Unit]
|
|
Description=Elephant
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=elephant
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|
|
|