4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
profile-sync-daemon sync
|
|
exec chpst -b profile-sync-daemon pause
|